diff options
| author | Tudor Ambarus <tudor.ambarus@linaro.org> | 2025-02-24 11:27:15 +0300 |
|---|---|---|
| committer | Jassi Brar <jassisinghbrar@gmail.com> | 2025-03-27 04:58:25 +0300 |
| commit | db824c1119fc16556a84cb7a771ca6553b3c3a45 (patch) | |
| tree | b490de2f1c64a5b1014f0fa106b6c7b5e8cffd31 /include | |
| parent | 8c71c61fc613657d785a3377b4b34484bd978374 (diff) | |
| download | linux-db824c1119fc16556a84cb7a771ca6553b3c3a45.tar.xz | |
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')
| -rw-r--r-- | include/linux/mailbox_client.h | 2 | ||||
| -rw-r--r-- | include/linux/mailbox_controller.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/mailbox_client.h b/include/linux/mailbox_client.h index 734694912ef7..c6eea9afb943 100644 --- a/include/linux/mailbox_client.h +++ b/include/linux/mailbox_client.h @@ -7,8 +7,8 @@ #ifndef __MAILBOX_CLIENT_H #define __MAILBOX_CLIENT_H -#include <linux/of.h> #include <linux/device.h> +#include <linux/of.h> struct mbox_chan; 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; |
