diff options
| author | Alex Elder <elder@linaro.org> | 2024-04-16 18:10:18 -0500 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2024-04-18 13:01:05 +0200 |
| commit | 884122775e675985c25702c2da8c8150a764a6c8 (patch) | |
| tree | a7813e0be1181c1207c7b6d18d87aa90ed41c037 /drivers/net/ipa/ipa_qmi.h | |
| parent | f60e5fb6dfafef0bcf32b4bc7f4fc2f5f1285815 (diff) | |
| download | lwn-884122775e675985c25702c2da8c8150a764a6c8.tar.gz lwn-884122775e675985c25702c2da8c8150a764a6c8.zip | |
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.h')
| -rw-r--r-- | drivers/net/ipa/ipa_qmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ipa/ipa_qmi.h b/drivers/net/ipa/ipa_qmi.h index ce7bbb97699f..fb15ea7f47e0 100644 --- a/drivers/net/ipa/ipa_qmi.h +++ b/drivers/net/ipa/ipa_qmi.h @@ -8,6 +8,7 @@ #include <linux/types.h> #include <linux/workqueue.h> + #include <linux/soc/qcom/qmi.h> struct ipa; |
