public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv: Fix include of linux/kernel.h
@ 2012-06-11 14:46 Sven Eckelmann
  2012-06-11 20:23 ` Sven Eckelmann
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Eckelmann @ 2012-06-11 14:46 UTC (permalink / raw)
  To: b.a.t.m.a.n

This is a non-fatal include problem that was only detected by cppcheck. The
regression was introduced by 4738c60318e757cf0062476e2095caa5b6970a8d

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 types.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/types.h b/types.h
index fd86a44..2141c13 100644
--- a/types.h
+++ b/types.h
@@ -22,7 +22,7 @@
 
 #include "packet.h"
 #include "bitarray.h"
-#include "linux/kernel.h"
+#include <linux/kernel.h>
 
 #define BATADV_HEADER_LEN \
 	(ETH_HLEN + max(sizeof(struct batadv_unicast_packet), \
-- 
1.7.10


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

end of thread, other threads:[~2012-06-12  7:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-11 14:46 [B.A.T.M.A.N.] [PATCH] batman-adv: Fix include of linux/kernel.h Sven Eckelmann
2012-06-11 20:23 ` Sven Eckelmann
2012-06-12  7:07   ` Marek Lindner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox