summaryrefslogtreecommitdiff
path: root/drivers/staging/octeon-usb
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2018-09-13 09:31:09 +0100
committerMarc Zyngier <maz@kernel.org>2021-06-10 13:09:15 +0100
commitaa5f6a89700700fe6fe7e8727581a21a7d679630 (patch)
tree02e5026d32cc0baa9ab0c131621741d0f35ddd8c /drivers/staging/octeon-usb
parent9bd1cc4148cbea44ca7d8254b50edb6cb660957a (diff)
staging: octeon-hcd: Directly include linux/of.h
This drivers currently obtains linux/of.h by luck and a chain of bizarre inclusions, which we're about to fix. Let's include the required file directly. Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'drivers/staging/octeon-usb')
-rw-r--r--drivers/staging/octeon-usb/octeon-hcd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c
index f27f20a4aa2d..a1cd81d4a114 100644
--- a/drivers/staging/octeon-usb/octeon-hcd.c
+++ b/drivers/staging/octeon-usb/octeon-hcd.c
@@ -50,8 +50,10 @@
#include <linux/module.h>
#include <linux/usb/hcd.h>
#include <linux/prefetch.h>
+#include <linux/irqdomain.h>
#include <linux/dma-mapping.h>
#include <linux/platform_device.h>
+#include <linux/of.h>
#include <asm/octeon/octeon.h>