[media] dvb-usb: remove another redundant #include <linux/kconfig.h>
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 3 Nov 2016 09:38:01 +0000 (07:38 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 21 Nov 2016 16:30:01 +0000 (14:30 -0200)
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>
drivers/media/usb/dvb-usb/dibusb-mc-common.c

index d66f56cc46a580f1f56494676931ab182d14910d..c989cac9343d1658d79fb5ea4dd48c207ac50fa2 100644 (file)
@@ -9,7 +9,6 @@
  * see Documentation/dvb/README.dvb-usb for more information
  */
 
-#include <linux/kconfig.h>
 #include "dibusb.h"
 
 /* 3000MC/P stuff */