drop explicit include of autoconf.h

kbuild.h forces include of autoconf.h on the
commandline using -include - so we do not need to
include the file explicit.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
这个提交包含在:
Sam Ravnborg
2009-10-18 00:39:40 +02:00
提交者 Michal Marek
父节点 9204595405
当前提交 98b8788ae9
修改 9 个文件,包含 0 行新增11 行删除

查看文件

@@ -21,7 +21,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <linux/autoconf.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>