Skip to content

Commit d0e95ca

Browse files
westeriojeda
authored andcommitted
rust: bindings: Order headers alphabetically
As the comment on top of the file suggests, sort the headers alphabetically. No functional changes. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Reviewed-by: Alice Ryhl <aliceryhl@google.com> Link: https://lore.kernel.org/r/20240216152723.993445-1-mika.westerberg@linux.intel.com Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent f090f0d commit d0e95ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/bindings/bindings_helper.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
#include <linux/jiffies.h>
1313
#include <linux/mdio.h>
1414
#include <linux/phy.h>
15-
#include <linux/slab.h>
1615
#include <linux/refcount.h>
17-
#include <linux/wait.h>
1816
#include <linux/sched.h>
17+
#include <linux/slab.h>
18+
#include <linux/wait.h>
1919
#include <linux/workqueue.h>
2020

2121
/* `bindgen` gets confused at certain things. */

0 commit comments

Comments
 (0)