[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
97139d4a6f ("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>
This commit is contained in:
Paul Bolle 2016-11-03 07:38:01 -02:00 committed by Mauro Carvalho Chehab
parent c77d17c098
commit 8c1d254f2d
1 changed files with 0 additions and 1 deletions

View File

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