All of lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH next] batman-adv: remove redundant #include <linux/kconfig.h>
@ 2016-09-16  7:10 Sven Eckelmann
  2016-10-18 11:30 ` [B.A.T.M.A.N.] [next] " Sven Eckelmann
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Eckelmann @ 2016-09-16  7:10 UTC (permalink / raw)
  To: b.a.t.m.a.n

From: Masahiro Yamada <yamada.masahiro@socionext.com>

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@socionext.com
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>
---
 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"
-- 
2.9.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [B.A.T.M.A.N.] [next] batman-adv: remove redundant #include <linux/kconfig.h>
  2016-09-16  7:10 [B.A.T.M.A.N.] [PATCH next] batman-adv: remove redundant #include <linux/kconfig.h> Sven Eckelmann
@ 2016-10-18 11:30 ` Sven Eckelmann
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Eckelmann @ 2016-10-18 11:30 UTC (permalink / raw)
  To: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 826 bytes --]

On Freitag, 16. September 2016 09:10:22 CEST Sven Eckelmann wrote:
> From: Masahiro Yamada <yamada.masahiro@socionext.com>
> 
> 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@
> socionext.com 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>
> ---
>  net/batman-adv/debugfs.h | 2 --
>  1 file changed, 2 deletions(-)

Applied in d9ca9a3c1687e25511fd0e8ab1cc520083664c24 [1].

Kind regards,
	Sven

[1] https://git.open-mesh.org/batman-adv.git/commit/d9ca9a3c1687e25511fd0e8ab1cc520083664c24

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-18 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16  7:10 [B.A.T.M.A.N.] [PATCH next] batman-adv: remove redundant #include <linux/kconfig.h> Sven Eckelmann
2016-10-18 11:30 ` [B.A.T.M.A.N.] [next] " Sven Eckelmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.