aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.10/101-Use-stddefs.h-instead-of-compiler.h.patch
blob: 824b9444eea030e2c9ab842be03d5c2044f1d8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/uapi/linux/swab.h
+++ b/include/uapi/linux/swab.h
@@ -3,7 +3,7 @@
 #define _UAPI_LINUX_SWAB_H
 
 #include <linux/types.h>
-#include <linux/compiler.h>
+#include <linux/stddef.h>
 #include <asm/bitsperlong.h>
 #include <asm/swab.h>