Skip to content

Commit 72b2a9c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/bindings/bindings_helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <linux/errname.h>
1414
#include <linux/file.h>
1515
#include <linux/fs.h>
16+
#include <linux/fs_parser.h>
1617
#include <linux/gpio/driver.h>
1718
#include <linux/hw_random.h>
1819
#include <linux/interrupt.h>
@@ -36,7 +37,6 @@
3637
#include <linux/uaccess.h>
3738
#include <linux/uio.h>
3839
#include <uapi/linux/android/binder.h>
39-
#include <linux/fs_parser.h>
4040

4141
/* `bindgen` gets confused at certain things. */
4242
const gfp_t BINDINGS_GFP_KERNEL = GFP_KERNEL;

0 commit comments

Comments
 (0)