aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/alpha/kernel/setup.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-01 13:50:15 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:03 -0400
commit00cd1176801d676607115fdda6e1f64b7e1ce02f (patch)
treeda6ff83da896e831601a2141d7e4b516e75134b5 /arch/alpha/kernel/setup.c
parentalpha: fix implicit stat.h usage in pci-sysfs.c (diff)
downloadwireguard-linux-00cd1176801d676607115fdda6e1f64b7e1ce02f.tar.xz
wireguard-linux-00cd1176801d676607115fdda6e1f64b7e1ce02f.zip
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/setup.c')
-rw-r--r--arch/alpha/kernel/setup.c1
1 files changed, 1 insertions, 0 deletions
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 @@
#include <asm/setup.h>
#include <asm/io.h>
#include <linux/log2.h>
+#include <linux/export.h>
extern struct atomic_notifier_head panic_notifier_list;
static int alpha_panic_event(struct notifier_block *, unsigned long, void *);