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)
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>

No differences found