diff options
| author | Tudor Ambarus <tudor.ambarus@linaro.org> | 2025-02-24 11:27:15 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-03-25 13:05:33 +0300 |
| commit | 235359afbe0a97e7a37e39fc4f1d33f43a429c1e (patch) | |
| tree | c18c200cf526dd6d33ddac2a37eceef1b2bcad84 /include/linux/mailbox_client.h | |
| parent | 97b60acdca6fafe4a7d4aa4becd9542bb6e85184 (diff) | |
| download | linux-235359afbe0a97e7a37e39fc4f1d33f43a429c1e.tar.xz | |
mailbox: sort headers alphabetically
[ Upstream commit db824c1119fc16556a84cb7a771ca6553b3c3a45 ]
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>
Stable-dep-of: fcd7f96c7836 ("mailbox: Prevent out-of-bounds access in fw_mbox_index_xlate()")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux/mailbox_client.h')
| -rw-r--r-- | include/linux/mailbox_client.h | 2 |
1 files changed, 1 insertions, 1 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; |
