sparc: move symbol exporters to use export.h not module.h

Many of the core sparc kernel files are not modules, but just
including module.h for exporting symbols.  Now these files can
use the lighter footprint export.h for this role.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
Paul Gortmaker 2011-07-22 13:18:16 -04:00
parent 7b64db608a
commit 066bcaca51
23 changed files with 23 additions and 23 deletions

View file

@ -2,7 +2,7 @@
#include <linux/stacktrace.h>
#include <linux/thread_info.h>
#include <linux/ftrace.h>
#include <linux/module.h>
#include <linux/export.h>
#include <asm/ptrace.h>
#include <asm/stacktrace.h>