diff options
author | Alex Elder <elder@linaro.org> | 2024-04-17 02:10:18 +0300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-04-18 14:01:05 +0300 |
commit | 884122775e675985c25702c2da8c8150a764a6c8 (patch) | |
tree | a7813e0be1181c1207c7b6d18d87aa90ed41c037 /drivers/net/ipa/ipa_qmi_msg.h | |
parent | f60e5fb6dfafef0bcf32b4bc7f4fc2f5f1285815 (diff) | |
download | linux-884122775e675985c25702c2da8c8150a764a6c8.tar.xz |
net: ipa: sort all includes
Establish the rule that header files are always included in sorted
(POSIX local) order. Standard and private headers are separated by
a blank line.
Similarly, sort all forward-declarations for structures.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/ipa/ipa_qmi_msg.h')
-rw-r--r-- | drivers/net/ipa/ipa_qmi_msg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ipa/ipa_qmi_msg.h b/drivers/net/ipa/ipa_qmi_msg.h index b73503552c4d..644b8c27108b 100644 --- a/drivers/net/ipa/ipa_qmi_msg.h +++ b/drivers/net/ipa/ipa_qmi_msg.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (c) 2018, The Linux Foundation. All rights reserved. - * Copyright (C) 2018-2022 Linaro Ltd. + * Copyright (C) 2018-2024 Linaro Ltd. */ #ifndef _IPA_QMI_MSG_H_ #define _IPA_QMI_MSG_H_ @@ -9,6 +9,7 @@ /* === Only "ipa_qmi" and "ipa_qmi_msg.c" should include this file === */ #include <linux/types.h> + #include <linux/soc/qcom/qmi.h> /* Request/response/indication QMI message ids used for IPA. Receiving |