acpi: downgrade files from module.h to export.h where possible.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 26 Oct 2011 21:58:35 +0000 (17:58 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:33 +0000 (19:30 -0400)
commit067d75615442454dd24210518f1c862dc6fe54ab
tree958422dbc86843a46340832e31d48260fd70ca14
parentc0d12cc63aadf2668b3856fb35757d3a66bbab11
acpi: downgrade files from module.h to export.h where possible.

If a file is only exporting symbols and not using the core
modular infrastructure, it can get by with just including
the smaller export.h header, which is a lot smaller than the
module.h header.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/acpi/atomicio.c