diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2011-12-01 17:37:20 +0100 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2011-12-03 21:31:41 +0100 |
commit | 3989efb77046ad334518b6cddcf817184affe7c9 (patch) | |
tree | 6b343a56918af5f3237085a08f662ba13cba187e /arch/tile/kernel/pci-dma.c | |
parent | Linux 3.2-rc4 (diff) | |
download | linux-3989efb77046ad334518b6cddcf817184affe7c9.tar.xz linux-3989efb77046ad334518b6cddcf817184affe7c9.zip |
arch/tile: add a few #includes and an EXPORT to catch up with kernel changes.
The empty_zero_page[] export is required for ZERO_PAGE() module references.
The #includes are due to changes in implicit inclusion, and should of
course have been in the sources from the beginning.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/kernel/pci-dma.c')
-rw-r--r-- | arch/tile/kernel/pci-dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/kernel/pci-dma.c b/arch/tile/kernel/pci-dma.c index 658f2ce426a4..b3ed19f8779c 100644 --- a/arch/tile/kernel/pci-dma.c +++ b/arch/tile/kernel/pci-dma.c @@ -15,6 +15,7 @@ #include <linux/mm.h> #include <linux/dma-mapping.h> #include <linux/vmalloc.h> +#include <linux/export.h> #include <asm/tlbflush.h> #include <asm/homecache.h> |