mm: Map most files to use export.h instead of module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 16 Oct 2011 06:01:52 +0000 (02:01 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 13:20:12 +0000 (09:20 -0400)
The files changed within are only using the EXPORT_SYMBOL
macro variants.  They are not using core modular infrastructure
and hence don't need module.h but only the export.h header.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

No differences found