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)
commitb95f1b31b75588306e32b2afd32166cad48f670b
treeb5496144e41b117cfe5ae70b145b5351709ec4d0
parentb9e15bafdf1aa20791cdefdcbf1ccf7d7aa03aaa
mm: Map most files to use export.h instead of module.h

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>
30 files changed:
mm/bootmem.c
mm/bounce.c
mm/dmapool.c
mm/filemap.c
mm/filemap_xip.c
mm/highmem.c
mm/kmemleak.c
mm/maccess.c
mm/memory.c
mm/memory_hotplug.c
mm/mempolicy.c
mm/mempool.c
mm/migrate.c
mm/mlock.c
mm/mm_init.c
mm/mmap.c
mm/mmu_context.c
mm/mmu_notifier.c
mm/nobootmem.c
mm/nommu.c
mm/oom_kill.c
mm/page-writeback.c
mm/readahead.c
mm/rmap.c
mm/shmem.c
mm/slob.c
mm/sparse.c
mm/swap.c
mm/truncate.c
mm/util.c