Explorar el Código

[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>
Paul Bolle hace 9 años
padre
commit
8c1d254f2d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      drivers/media/usb/dvb-usb/dibusb-mc-common.c

+ 0 - 1
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 */