]> git.baikalelectronics.ru Git - kernel.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>
Mon, 31 Oct 2011 23:30:56 +0000 (19:30 -0400)
commit7d59cffa80fbe0ce84a8d4361f0b34b11bd8cab1
treef0fdec7d4907d2b417258fd152df07a1a80ad8f9
parentc48c9b06dab6a35561c5da61e148606cf2619f7a
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