acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL

These files were relying on module.h to come in via the path
in an include/acpi header file, but we don't want to have
instances of module.h being included from include/* files
if it can be avoided.  Have the files include export.h instead.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
这个提交包含在:
Paul Gortmaker
2011-10-26 16:22:14 -04:00
父节点 067d756154
当前提交 214f2c90b9
修改 22 个文件,包含 22 行新增0 行删除

查看文件

@@ -41,6 +41,7 @@
* POSSIBILITY OF SUCH DAMAGES.
*/
#include <linux/export.h>
#include <acpi/acpi.h>
#include "accommon.h"
#include "acnamesp.h"