aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/pci.c
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2011-12-01 11:37:20 -0500
committerChris Metcalf <cmetcalf@tilera.com>2011-12-03 15:31:41 -0500
commit3989efb77046ad334518b6cddcf817184affe7c9 (patch)
tree6b343a56918af5f3237085a08f662ba13cba187e /arch/tile/kernel/pci.c
parentLinux 3.2-rc4 (diff)
downloadlinux-dev-3989efb77046ad334518b6cddcf817184affe7c9.tar.xz
linux-dev-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.c')
-rw-r--r--arch/tile/kernel/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/kernel/pci.c b/arch/tile/kernel/pci.c
index 2a8014cb1ff5..9d610d3fb11e 100644
--- a/arch/tile/kernel/pci.c
+++ b/arch/tile/kernel/pci.c
@@ -24,6 +24,7 @@
#include <linux/irq.h>
#include <linux/io.h>
#include <linux/uaccess.h>
+#include <linux/export.h>
#include <asm/processor.h>
#include <asm/sections.h>