summaryrefslogtreecommitdiff
path: root/drivers/net/ipa/ipa_interrupt.h
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2024-04-17 02:10:18 +0300
committerPaolo Abeni <pabeni@redhat.com>2024-04-18 14:01:05 +0300
commit884122775e675985c25702c2da8c8150a764a6c8 (patch)
treea7813e0be1181c1207c7b6d18d87aa90ed41c037 /drivers/net/ipa/ipa_interrupt.h
parentf60e5fb6dfafef0bcf32b4bc7f4fc2f5f1285815 (diff)
downloadlinux-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_interrupt.h')
-rw-r--r--drivers/net/ipa/ipa_interrupt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ipa/ipa_interrupt.h b/drivers/net/ipa/ipa_interrupt.h
index 64bd8cff1a04..d11c4af14fa2 100644
--- a/drivers/net/ipa/ipa_interrupt.h
+++ b/drivers/net/ipa/ipa_interrupt.h
@@ -12,6 +12,7 @@ struct platform_device;
struct ipa;
struct ipa_interrupt;
+
enum ipa_irq_id;
/**