Commit 00cd1176801d676607115fdda6e1f64b7e1ce02f

Authored by Paul Gortmaker
1 parent ce7cf0731c

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>

Showing 3 changed files with 3 additions and 0 deletions Side-by-side Diff

arch/alpha/kernel/core_irongate.c
... ... @@ -303,6 +303,7 @@
303 303 #include <linux/vmalloc.h>
304 304 #include <linux/agp_backend.h>
305 305 #include <linux/agpgart.h>
  306 +#include <linux/export.h>
306 307 #include <asm/pgalloc.h>
307 308  
308 309 #define GET_PAGE_DIR_OFF(addr) (addr >> 22)
arch/alpha/kernel/pci_iommu.c
... ... @@ -7,6 +7,7 @@
7 7 #include <linux/pci.h>
8 8 #include <linux/gfp.h>
9 9 #include <linux/bootmem.h>
  10 +#include <linux/export.h>
10 11 #include <linux/scatterlist.h>
11 12 #include <linux/log2.h>
12 13 #include <linux/dma-mapping.h>
arch/alpha/kernel/setup.c
... ... @@ -43,6 +43,7 @@
43 43 #include <asm/setup.h>
44 44 #include <asm/io.h>
45 45 #include <linux/log2.h>
  46 +#include <linux/export.h>
46 47  
47 48 extern struct atomic_notifier_head panic_notifier_list;
48 49 static int alpha_panic_event(struct notifier_block *, unsigned long, void *);