rust: bindings: Order headers alphabetically
authorMika Westerberg <mika.westerberg@linux.intel.com>
Fri, 16 Feb 2024 15:27:23 +0000 (17:27 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Sun, 18 Feb 2024 20:21:48 +0000 (21:21 +0100)
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>
rust/bindings/bindings_helper.h

index 936651110c39a5d80a1a94fb232e028689bd35a2..65b98831b975602bf32a6947f175b0d4c0a0e50f 100644 (file)
 #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. */