We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#include
1 parent e800a0f commit 0f01f0dCopy full SHA for 0f01f0d
1 file changed
rust/helpers.c
@@ -23,6 +23,7 @@
23
#include <linux/build_bug.h>
24
#include <linux/clk.h>
25
#include <linux/errname.h>
26
+#include <linux/fs_parser.h>
27
#include <linux/gfp.h>
28
#include <linux/highmem.h>
29
#include <linux/io.h>
@@ -38,7 +39,6 @@
38
39
#include <linux/skbuff.h>
40
#include <linux/uaccess.h>
41
#include <linux/uio.h>
-#include <linux/fs_parser.h>
42
43
__noreturn void rust_helper_BUG(void)
44
{
0 commit comments