mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
9a038e7fd1
Copy config and patches from kernel 5.10 to kernel 5.15 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
12 lines
247 B
Diff
12 lines
247 B
Diff
--- 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>
|
|
|