We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d43c4 commit 19e5454Copy full SHA for 19e5454
compat/assert.h
@@ -1,6 +1,6 @@
1
#ifndef COMPAT_ASSERT_H
2
#define COMPAT_ASSERT_H
3
4
-static inline void assert(int x) {};
+static inline void assert(int x){};
5
6
#endif
compat/stddef.h
@@ -1,2 +1,2 @@
-#include <linux/types.h>
#include <linux/kernel.h>
+#include <linux/types.h>
compat/string.h
-#include <linux/string.h>
#include <linux/memory.h>
+#include <linux/string.h>
0 commit comments