netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: flow_dissector.c missing include linux/export.h
@ 2012-01-24 15:57 Jesper Dangaard Brouer
  2012-01-24 16:15 ` Eric Dumazet
  0 siblings, 1 reply; 7+ messages in thread
From: Jesper Dangaard Brouer @ 2012-01-24 15:57 UTC (permalink / raw)
  To: David Miller, Eric Dumazet; +Cc: netdev, Stephen Rothwell

The file net/core/flow_dissector.c seems to be missing
including linux/export.h.

Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
---
 net/core/flow_dissector.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/core/flow_dissector.c b/net/core/flow_dissector.c
index 0985b9b..a225089 100644
--- a/net/core/flow_dissector.c
+++ b/net/core/flow_dissector.c
@@ -1,4 +1,5 @@
 #include <linux/skbuff.h>
+#include <linux/export.h>
 #include <linux/ip.h>
 #include <linux/ipv6.h>
 #include <linux/if_vlan.h>
-- 
1.7.2.5

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

end of thread, other threads:[~2012-01-24 21:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-24 15:57 [PATCH net-next] net: flow_dissector.c missing include linux/export.h Jesper Dangaard Brouer
2012-01-24 16:15 ` Eric Dumazet
2012-01-24 19:44   ` Paul Gortmaker
2012-01-24 20:51     ` David Miller
2012-01-24 20:59       ` Paul Gortmaker
2012-01-24 21:03         ` David Miller
2012-01-24 21:42       ` Jesper Dangaard Brouer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).