diff options
author | Tudor Ambarus <tudor.ambarus@linaro.org> | 2025-02-24 08:27:15 +0000 |
---|---|---|
committer | Jassi Brar <jassisinghbrar@gmail.com> | 2025-03-26 20:58:25 -0500 |
commit | db824c1119fc16556a84cb7a771ca6553b3c3a45 (patch) | |
tree | b490de2f1c64a5b1014f0fa106b6c7b5e8cffd31 /include/linux/mailbox_controller.h | |
parent | 8c71c61fc613657d785a3377b4b34484bd978374 (diff) |
mailbox: sort headers alphabetically
Sorting headers alphabetically helps locating duplicates,
and makes it easier to figure out where to insert new headers.
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
Diffstat (limited to 'include/linux/mailbox_controller.h')
-rw-r--r-- | include/linux/mailbox_controller.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/mailbox_controller.h b/include/linux/mailbox_controller.h index 6fee33cb52f5..5fb0b65f45a2 100644 --- a/include/linux/mailbox_controller.h +++ b/include/linux/mailbox_controller.h @@ -3,11 +3,11 @@ #ifndef __MAILBOX_CONTROLLER_H #define __MAILBOX_CONTROLLER_H +#include <linux/completion.h> +#include <linux/device.h> +#include <linux/hrtimer.h> #include <linux/of.h> #include <linux/types.h> -#include <linux/hrtimer.h> -#include <linux/device.h> -#include <linux/completion.h> struct mbox_chan; |