diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2024-02-16 17:27:23 +0200 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2024-02-18 21:21:48 +0100 |
commit | 789809a3d540bb2108ca58afac5612a3fbd1eda7 (patch) | |
tree | c6ca0d33bc6d232a50f4d0ff3a243f57cf473b14 /rust/bindings/bindings_helper.h | |
parent | f090f0d0eea9666a96702b29bc9a64cbabee85c5 (diff) |
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://github.com/Rust-for-Linux/linux/issues/1002
Link: https://lore.kernel.org/r/20240216152723.993445-1-mika.westerberg@linux.intel.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'rust/bindings/bindings_helper.h')
-rw-r--r-- | rust/bindings/bindings_helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/bindings/bindings_helper.h b/rust/bindings/bindings_helper.h index 936651110c39..65b98831b975 100644 --- a/rust/bindings/bindings_helper.h +++ b/rust/bindings/bindings_helper.h @@ -12,10 +12,10 @@ #include <linux/jiffies.h> #include <linux/mdio.h> #include <linux/phy.h> -#include <linux/slab.h> #include <linux/refcount.h> -#include <linux/wait.h> #include <linux/sched.h> +#include <linux/slab.h> +#include <linux/wait.h> #include <linux/workqueue.h> /* `bindgen` gets confused at certain things. */ |