diff options
Diffstat (limited to 'drivers/of')
| -rw-r--r-- | drivers/of/of_net.c | 1 | ||||
| -rw-r--r-- | drivers/of/of_pci.c | 1 | ||||
| -rw-r--r-- | drivers/of/of_pci_irq.c | 1 | ||||
| -rw-r--r-- | drivers/of/of_spi.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/drivers/of/of_net.c b/drivers/of/of_net.c index bb184717588f..ffab033d207e 100644 --- a/drivers/of/of_net.c +++ b/drivers/of/of_net.c | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
| 10 | #include <linux/of_net.h> | 10 | #include <linux/of_net.h> |
| 11 | #include <linux/phy.h> | 11 | #include <linux/phy.h> |
| 12 | #include <linux/export.h> | ||
| 12 | 13 | ||
| 13 | /** | 14 | /** |
| 14 | * It maps 'enum phy_interface_t' found in include/linux/phy.h | 15 | * It maps 'enum phy_interface_t' found in include/linux/phy.h |
diff --git a/drivers/of/of_pci.c b/drivers/of/of_pci.c index 3701b62c1d5e..13e37e2d8ec1 100644 --- a/drivers/of/of_pci.c +++ b/drivers/of/of_pci.c | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | #include <linux/kernel.h> | 1 | #include <linux/kernel.h> |
| 2 | #include <linux/export.h> | ||
| 2 | #include <linux/of.h> | 3 | #include <linux/of.h> |
| 3 | #include <linux/of_pci.h> | 4 | #include <linux/of_pci.h> |
| 4 | #include <asm/prom.h> | 5 | #include <asm/prom.h> |
diff --git a/drivers/of/of_pci_irq.c b/drivers/of/of_pci_irq.c index ac1ec54e4fd5..93125163dea2 100644 --- a/drivers/of/of_pci_irq.c +++ b/drivers/of/of_pci_irq.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include <linux/kernel.h> | 1 | #include <linux/kernel.h> |
| 2 | #include <linux/of_pci.h> | 2 | #include <linux/of_pci.h> |
| 3 | #include <linux/of_irq.h> | 3 | #include <linux/of_irq.h> |
| 4 | #include <linux/export.h> | ||
| 4 | #include <asm/prom.h> | 5 | #include <asm/prom.h> |
| 5 | 6 | ||
| 6 | /** | 7 | /** |
diff --git a/drivers/of/of_spi.c b/drivers/of/of_spi.c index 1dbce58a58b0..6dbc074e4876 100644 --- a/drivers/of/of_spi.c +++ b/drivers/of/of_spi.c | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | * tree. | 6 | * tree. |
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | #include <linux/module.h> | ||
| 9 | #include <linux/of.h> | 10 | #include <linux/of.h> |
| 10 | #include <linux/device.h> | 11 | #include <linux/device.h> |
| 11 | #include <linux/spi/spi.h> | 12 | #include <linux/spi/spi.h> |
