diff options
author | Jesper Dangaard Brouer <hawk@comx.dk> | 2012-01-24 16:03:33 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-24 16:03:33 -0500 |
commit | c452ed70771cea3af73d21a5914989137fbd28b8 (patch) | |
tree | 0c307046119bf289a54e25e94f1967d513079d7a /net | |
parent | b82b9183d4f18f9b8c4bb31f223eb6c79b734eb0 (diff) | |
download | op-kernel-dev-c452ed70771cea3af73d21a5914989137fbd28b8.zip op-kernel-dev-c452ed70771cea3af73d21a5914989137fbd28b8.tar.gz |
net: flow_dissector.c missing include linux/export.h
The file net/core/flow_dissector.c seems to be missing
including linux/export.h.
Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | 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> |