From: Paul Gortmaker Date: Mon, 18 Jul 2011 19:57:46 +0000 (-0400) Subject: sparc: add export.h to arch/sparc files as required X-Git-Tag: v3.2-rc1~22^2~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b64db608a441893e180f46fa160e8fae4c5a714;p=pandora-kernel.git sparc: add export.h to arch/sparc files as required These files are only exporting symbols, so they don't need the full module.h header file. Previously they were getting access to EXPORT_SYMBOL implicitly via overuse of module.h from within other .h files, but that is being cleaned up. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed