diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2016-11-03 07:38:01 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-21 14:30:01 -0200 |
commit | 8c1d254f2de803fc7d74269e8ded79047284c275 (patch) | |
tree | bcc98eb4a249de6c38fa182361b0f69215976b2c /drivers/media/usb/dvb-usb/dibusb-mc-common.c | |
parent | c77d17c0985a70fa3cd2ecde1e4f4be0dd5e9e12 (diff) | |
download | blackbird-op-linux-8c1d254f2de803fc7d74269e8ded79047284c275.tar.gz blackbird-op-linux-8c1d254f2de803fc7d74269e8ded79047284c275.zip |
[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
97139d4a6f26 ("treewide: remove redundant #include <linux/kconfig.h>").
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb/dibusb-mc-common.c')
-rw-r--r-- | drivers/media/usb/dvb-usb/dibusb-mc-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/dibusb-mc-common.c b/drivers/media/usb/dvb-usb/dibusb-mc-common.c index d66f56cc46a5..c989cac9343d 100644 --- a/drivers/media/usb/dvb-usb/dibusb-mc-common.c +++ b/drivers/media/usb/dvb-usb/dibusb-mc-common.c @@ -9,7 +9,6 @@ * see Documentation/dvb/README.dvb-usb for more information */ -#include <linux/kconfig.h> #include "dibusb.h" /* 3000MC/P stuff */ |