From: Paul Gortmaker Date: Wed, 26 Oct 2011 21:58:35 +0000 (-0400) Subject: acpi: downgrade files from module.h to export.h where possible. X-Git-Tag: v3.2-rc1~22^2~206 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=067d75615442454dd24210518f1c862dc6fe54ab;p=pandora-kernel.git 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 --- Reading git-diff-tree failed