[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)
commit8c1d254f2de803fc7d74269e8ded79047284c275
treebcc98eb4a249de6c38fa182361b0f69215976b2c
parentc77d17c0985a70fa3cd2ecde1e4f4be0dd5e9e12
[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>
drivers/media/usb/dvb-usb/dibusb-mc-common.c