diff options
Diffstat (limited to 'arch/mips/powertv')
-rw-r--r-- | arch/mips/powertv/pci/fixup-powertv.c | 1 | ||||
-rw-r--r-- | arch/mips/powertv/powertv-usb.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/powertv/pci/fixup-powertv.c b/arch/mips/powertv/pci/fixup-powertv.c index 726bc2e824b3..d7ecbae64a6e 100644 --- a/arch/mips/powertv/pci/fixup-powertv.c +++ b/arch/mips/powertv/pci/fixup-powertv.c | |||
@@ -1,4 +1,5 @@ | |||
1 | #include <linux/init.h> | 1 | #include <linux/init.h> |
2 | #include <linux/export.h> | ||
2 | #include <linux/pci.h> | 3 | #include <linux/pci.h> |
3 | #include <asm/mach-powertv/interrupts.h> | 4 | #include <asm/mach-powertv/interrupts.h> |
4 | #include "powertv-pci.h" | 5 | #include "powertv-pci.h" |
diff --git a/arch/mips/powertv/powertv-usb.c b/arch/mips/powertv/powertv-usb.c index 6ac85cf7aa20..b0e2afa89395 100644 --- a/arch/mips/powertv/powertv-usb.c +++ b/arch/mips/powertv/powertv-usb.c | |||
@@ -29,6 +29,7 @@ | |||
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include <linux/kernel.h> | 31 | #include <linux/kernel.h> |
32 | #include <linux/export.h> | ||
32 | #include <linux/ioport.h> | 33 | #include <linux/ioport.h> |
33 | #include <linux/platform_device.h> | 34 | #include <linux/platform_device.h> |
34 | #include <asm/mach-powertv/asic.h> | 35 | #include <asm/mach-powertv/asic.h> |