Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Paul Bolle and committed by
Mauro Carvalho Chehab
8c1d254f c77d17c0

-1
-1
drivers/media/usb/dvb-usb/dibusb-mc-common.c
··· 9 9 * see Documentation/dvb/README.dvb-usb for more information 10 10 */ 11 11 12 - #include <linux/kconfig.h> 13 12 #include "dibusb.h" 14 13 15 14 /* 3000MC/P stuff */