commit | 8c1d254f2de803fc7d74269e8ded79047284c275 | [log] [tgz] |
---|---|---|
author | Paul Bolle <pebolle@tiscali.nl> | Thu Nov 03 07:38:01 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Nov 21 14:30:01 2016 -0200 |
tree | bcc98eb4a249de6c38fa182361b0f69215976b2c | |
parent | c77d17c0985a70fa3cd2ecde1e4f4be0dd5e9e12 [diff] |
[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>