summaryrefslogtreecommitdiff
path: root/system/easy-kernel/asound-syntax-fix.patch
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2020-09-22 03:20:30 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-09-22 03:20:30 +0000
commit303ff8413dec04b15857538dacdb7da3ceedd235 (patch)
tree7e381116b0934ad5b6f84176f869aeaeea59cdcf /system/easy-kernel/asound-syntax-fix.patch
parent6abcf196f59555f9c50ca811145a03c0e8961995 (diff)
parent369e8a381507364fb9e93efbda4e906909b4d83c (diff)
downloadpackages-303ff8413dec04b15857538dacdb7da3ceedd235.tar.gz
packages-303ff8413dec04b15857538dacdb7da3ceedd235.tar.bz2
packages-303ff8413dec04b15857538dacdb7da3ceedd235.tar.xz
packages-303ff8413dec04b15857538dacdb7da3ceedd235.zip
Merge branch 'easy-kernel-5.4' into 'master'
system/easy-kernel: bump to 5.4.66 See merge request adelie/packages!498
Diffstat (limited to 'system/easy-kernel/asound-syntax-fix.patch')
-rw-r--r--system/easy-kernel/asound-syntax-fix.patch11
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 */