提交 067d7561 编写于 作者: P Paul Gortmaker

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: NPaul Gortmaker <paul.gortmaker@windriver.com>
上级 c0d12cc6
......@@ -24,7 +24,7 @@
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/export.h>
#include <linux/init.h>
#include <linux/acpi.h>
#include <linux/io.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册