diff options
author | Samuel Holland <samuel@sholland.org> | 2020-09-18 04:41:13 +0000 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2020-09-19 14:07:08 -0500 |
commit | 4064556ba1a1a02eea40ff208e31d747f59fd88b (patch) | |
tree | 4b164c27648fad5f0af0a9d0d2958b017844d46f /system/easy-kernel/asound-syntax-fix.patch | |
parent | a7f03fc523db2f305ffd73220b12fb5a6bd2b3b6 (diff) | |
download | packages-4064556ba1a1a02eea40ff208e31d747f59fd88b.tar.gz packages-4064556ba1a1a02eea40ff208e31d747f59fd88b.tar.bz2 packages-4064556ba1a1a02eea40ff208e31d747f59fd88b.tar.xz packages-4064556ba1a1a02eea40ff208e31d747f59fd88b.zip |
system/easy-kernel: bump to 5.4.66
Diffstat (limited to 'system/easy-kernel/asound-syntax-fix.patch')
-rw-r--r-- | system/easy-kernel/asound-syntax-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/easy-kernel/asound-syntax-fix.patch b/system/easy-kernel/asound-syntax-fix.patch deleted file mode 100644 index 682afb296..000000000 --- a/system/easy-kernel/asound-syntax-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- linux-5.4/include/uapi/sound/asound.h.old 2019-12-28 10:44:33.650684482 +0000 -+++ linux-5.4/include/uapi/sound/asound.h 2019-12-28 10:45:28.854780162 +0000 -@@ -471,7 +471,7 @@ - - #ifndef __KERNEL__ - /* explicit padding avoids incompatibility between i386 and x86-64 */ --typedef struct { unsigned char pad[sizeof(time_t) - sizeof(int)] __time_pad; -+typedef struct { unsigned char pad[sizeof(time_t) - sizeof(int)] } __time_pad; - - struct snd_pcm_status { - snd_pcm_state_t state; /* stream state */ |