Repository : ssh://git@open-mesh.org/batman-adv
On branches: master,next
commit d9ca9a3c1687e25511fd0e8ab1cc520083664c24 Author: Masahiro Yamada yamada.masahiro@socionext.com Date: Fri Sep 16 09:10:22 2016 +0200
batman-adv: remove 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
Link: http://lkml.kernel.org/r/1473656164-11929-1-git-send-email-yamada.masahiro@s... Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com Signed-off-by: Andrew Morton akpm@linux-foundation.org Signed-off-by: Sven Eckelmann sven@narfation.org
d9ca9a3c1687e25511fd0e8ab1cc520083664c24 net/batman-adv/debugfs.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/net/batman-adv/debugfs.h b/net/batman-adv/debugfs.h index c68ff3d..e49121e 100644 --- a/net/batman-adv/debugfs.h +++ b/net/batman-adv/debugfs.h @@ -20,8 +20,6 @@
#include "main.h"
-#include <linux/kconfig.h> - struct net_device;
#define BATADV_DEBUGFS_SUBDIR "batman_adv"