Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c1d254f authored by Paul Bolle's avatar Paul Bolle Committed by Mauro Carvalho Chehab
Browse files

[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
97139d4a ("treewide: remove redundant #include <linux/kconfig.h>").

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent c77d17c0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
 * see Documentation/dvb/README.dvb-usb for more information
 */

#include <linux/kconfig.h>
#include "dibusb.h"

/* 3000MC/P stuff */