sparc: add export.h to arch/sparc files as required
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 18 Jul 2011 19:57:46 +0000 (15:57 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:52 +0000 (19:30 -0400)
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 <paul.gortmaker@windriver.com>

No differences found