From: Paul Gortmaker Date: Sat, 23 Jul 2011 20:30:40 +0000 (-0400) Subject: mips: migrate core kernel file from module.h --> export.h X-Git-Tag: v3.2-rc1~22^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73bc256d47a23272ce1dd50b4de64a0ff23d01f1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed