diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-01 13:50:15 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:03 -0400 |
commit | 00cd1176801d676607115fdda6e1f64b7e1ce02f (patch) | |
tree | da6ff83da896e831601a2141d7e4b516e75134b5 /arch | |
parent | ce7cf0731c328eec3694c97f4677e82a0d5d5064 (diff) |
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')
-rw-r--r-- | arch/alpha/kernel/core_irongate.c | 1 | ||||
-rw-r--r-- | arch/alpha/kernel/pci_iommu.c | 1 | ||||
-rw-r--r-- | arch/alpha/kernel/setup.c | 1 |
3 files changed, 3 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) | |||
303 | #include <linux/vmalloc.h> | 303 | #include <linux/vmalloc.h> |
304 | #include <linux/agp_backend.h> | 304 | #include <linux/agp_backend.h> |
305 | #include <linux/agpgart.h> | 305 | #include <linux/agpgart.h> |
306 | #include <linux/export.h> | ||
306 | #include <asm/pgalloc.h> | 307 | #include <asm/pgalloc.h> |
307 | 308 | ||
308 | #define GET_PAGE_DIR_OFF(addr) (addr >> 22) | 309 | #define GET_PAGE_DIR_OFF(addr) (addr >> 22) |
diff --git a/arch/alpha/kernel/pci_iommu.c b/arch/alpha/kernel/pci_iommu.c index 022c2748fa41..43610804987d 100644 --- a/arch/alpha/kernel/pci_iommu.c +++ b/arch/alpha/kernel/pci_iommu.c | |||
@@ -7,6 +7,7 @@ | |||
7 | #include <linux/pci.h> | 7 | #include <linux/pci.h> |
8 | #include <linux/gfp.h> | 8 | #include <linux/gfp.h> |
9 | #include <linux/bootmem.h> | 9 | #include <linux/bootmem.h> |
10 | #include <linux/export.h> | ||
10 | #include <linux/scatterlist.h> | 11 | #include <linux/scatterlist.h> |
11 | #include <linux/log2.h> | 12 | #include <linux/log2.h> |
12 | #include <linux/dma-mapping.h> | 13 | #include <linux/dma-mapping.h> |
diff --git a/arch/alpha/kernel/setup.c b/arch/alpha/kernel/setup.c index cc0fd862cf26..32de56067e63 100644 --- a/arch/alpha/kernel/setup.c +++ b/arch/alpha/kernel/setup.c | |||
@@ -43,6 +43,7 @@ | |||
43 | #include <asm/setup.h> | 43 | #include <asm/setup.h> |
44 | #include <asm/io.h> | 44 | #include <asm/io.h> |
45 | #include <linux/log2.h> | 45 | #include <linux/log2.h> |
46 | #include <linux/export.h> | ||
46 | 47 | ||
47 | extern struct atomic_notifier_head panic_notifier_list; | 48 | extern struct atomic_notifier_head panic_notifier_list; |
48 | static int alpha_panic_event(struct notifier_block *, unsigned long, void *); | 49 | static int alpha_panic_event(struct notifier_block *, unsigned long, void *); |