提交 8c1d254f 编写于 作者: P Paul Bolle 提交者: Mauro Carvalho Chehab

[media] dvb-usb: remove another redundant #include <linux/kconfig.h>

Kernel source files need not include <linux/kconfig.h> explicitly
because the top Makefile forces to include it with:

  -include $(srctree)/include/linux/kconfig.h

Remove another reduntdant include, that managed to sneak by commit
97139d4a ("treewide: remove redundant #include <linux/kconfig.h>").
Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 c77d17c0
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
* see Documentation/dvb/README.dvb-usb for more information * see Documentation/dvb/README.dvb-usb for more information
*/ */
#include <linux/kconfig.h>
#include "dibusb.h" #include "dibusb.h"
/* 3000MC/P stuff */ /* 3000MC/P stuff */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册