diff options
Diffstat (limited to 'drivers/misc/carma')
-rw-r--r-- | drivers/misc/carma/carma-fpga-program.c | 2 | ||||
-rw-r--r-- | drivers/misc/carma/carma-fpga.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/drivers/misc/carma/carma-fpga-program.c b/drivers/misc/carma/carma-fpga-program.c index c6bd7e84de24..7be89832db19 100644 --- a/drivers/misc/carma/carma-fpga-program.c +++ b/drivers/misc/carma/carma-fpga-program.c | |||
@@ -10,6 +10,8 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <linux/dma-mapping.h> | 12 | #include <linux/dma-mapping.h> |
13 | #include <linux/of_address.h> | ||
14 | #include <linux/of_irq.h> | ||
13 | #include <linux/of_platform.h> | 15 | #include <linux/of_platform.h> |
14 | #include <linux/completion.h> | 16 | #include <linux/completion.h> |
15 | #include <linux/miscdevice.h> | 17 | #include <linux/miscdevice.h> |
diff --git a/drivers/misc/carma/carma-fpga.c b/drivers/misc/carma/carma-fpga.c index 5335104e7c84..9e2b985293fc 100644 --- a/drivers/misc/carma/carma-fpga.c +++ b/drivers/misc/carma/carma-fpga.c | |||
@@ -88,6 +88,8 @@ | |||
88 | * interrupt source to the GPIO pin. Tada, we hid the interrupt. :) | 88 | * interrupt source to the GPIO pin. Tada, we hid the interrupt. :) |
89 | */ | 89 | */ |
90 | 90 | ||
91 | #include <linux/of_address.h> | ||
92 | #include <linux/of_irq.h> | ||
91 | #include <linux/of_platform.h> | 93 | #include <linux/of_platform.h> |
92 | #include <linux/dma-mapping.h> | 94 | #include <linux/dma-mapping.h> |
93 | #include <linux/miscdevice.h> | 95 | #include <linux/miscdevice.h> |