summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/core_irongate.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-01 21:50:15 +0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-11-01 03:31:03 +0400
commit00cd1176801d676607115fdda6e1f64b7e1ce02f (patch)
treeda6ff83da896e831601a2141d7e4b516e75134b5 /arch/alpha/kernel/core_irongate.c
parentce7cf0731c328eec3694c97f4677e82a0d5d5064 (diff)
downloadlinux-00cd1176801d676607115fdda6e1f64b7e1ce02f.tar.xz
alpha: Add export.h for THIS_MODULE/EXPORT_SYMBOL
These files were getting it via the implicit module.h presence that was everywhere. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/alpha/kernel/core_irongate.c')
-rw-r--r--arch/alpha/kernel/core_irongate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/kernel/core_irongate.c b/arch/alpha/kernel/core_irongate.c
index a872078497be..00096df0f6ad 100644
--- a/arch/alpha/kernel/core_irongate.c
+++ b/arch/alpha/kernel/core_irongate.c
@@ -303,6 +303,7 @@ irongate_init_arch(void)
#include <linux/vmalloc.h>
#include <linux/agp_backend.h>
#include <linux/agpgart.h>
+#include <linux/export.h>
#include <asm/pgalloc.h>
#define GET_PAGE_DIR_OFF(addr) (addr >> 22)