]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mips: migrate core kernel file from module.h --> export.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 23 Jul 2011 20:30:40 +0000 (16:30 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:54:58 +0000 (13:54 -0400)
commita36d17a3cd30d35d87a5b4455b8dc13558df0f5b
treef0f2f50820d5bd8782f577a854eb4916fc08ebd7
parent1057ea6c46d97f692fce2a45f2b05c326a46a024
mips: migrate core kernel file from module.h --> export.h

These files are not modules, but were including module.h only for
EXPORT_SYMBOL and/or THIS_MODULE.  Now that we have the lightweight
export.h, use it in these kinds of cases.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/mips/kernel/cpu-probe.c
arch/mips/kernel/i8253.c
arch/mips/kernel/init_task.c
arch/mips/kernel/mips-mt.c
arch/mips/kernel/mips_ksyms.c
arch/mips/kernel/prom.c
arch/mips/kernel/reset.c
arch/mips/kernel/setup.c
arch/mips/kernel/spinlock_test.c
arch/mips/kernel/stacktrace.c
arch/mips/kernel/time.c