Skip to content

Commit 0f01f0d

Browse files
committed
rust: helpers: sort #includes
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent e800a0f commit 0f01f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/helpers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <linux/build_bug.h>
2424
#include <linux/clk.h>
2525
#include <linux/errname.h>
26+
#include <linux/fs_parser.h>
2627
#include <linux/gfp.h>
2728
#include <linux/highmem.h>
2829
#include <linux/io.h>
@@ -38,7 +39,6 @@
3839
#include <linux/skbuff.h>
3940
#include <linux/uaccess.h>
4041
#include <linux/uio.h>
41-
#include <linux/fs_parser.h>
4242

4343
__noreturn void rust_helper_BUG(void)
4444
{

0 commit comments

Comments
 (0)