Commit 8ffb9456 authored by Krishna Ketan Rai's avatar Krishna Ketan Rai Committed by Miguel Ojeda
Browse files

rust: helpers: sort includes alphabetically



The helper includes should be sorted alphabetically as indicated by the
comment at the top of the file, but they were not. Sort them properly.

Suggested-by: default avatarAlice Ryhl <aliceryhl@google.com>
Link: https://github.com/Rust-for-Linux/linux/issues/1174


Signed-off-by: default avatarKrishna Ketan Rai <prafulrai522@gmail.com>
Link: https://lore.kernel.org/r/20250629152533.889-1-prafulrai522@gmail.com


Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent 60ecf796
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,9 +29,9 @@
#include "mm.c"
#include "mutex.c"
#include "page.c"
#include "platform.c"
#include "pci.c"
#include "pid_namespace.c"
#include "platform.c"
#include "rbtree.c"
#include "rcu.c"
#include "refcount.c"