]> 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, 28 Jul 2011 03:43:26 +0000 (23:43 -0400)
commite9e27a491fee567a91e37e049635cbb49f602201
tree3c0692c270c9377f38501814fcaf7f2b43275dc1
parentf66f7e61bd077f6ec080a4211ae1c960871968a7
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