commit | 1bd758eb1cab2fa5b71a23f9e5d3c8076f4ed650 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <[email protected]> | Tue May 12 14:56:07 2015 +0200 |
committer | David S. Miller <[email protected]> | Wed May 13 15:19:45 2015 -0400 |
tree | 86862ae2e7637daafe814df8fb9f1169a732a282 | |
parent | 212da1fa60a822f5a7f20d52d11524dadd192a91 [diff] [blame] |
net: change name of flow_dissector header to match the .c file name add couple of empty lines on the way. Signed-off-by: Jiri Pirko <[email protected]> Signed-off-by: David S. Miller <[email protected]>
diff --git a/include/net/ip.h b/include/net/ip.h index d14af7e..562eb65 100644 --- a/include/net/ip.h +++ b/include/net/ip.h
@@ -31,7 +31,7 @@ #include <net/route.h> #include <net/snmp.h> #include <net/flow.h> -#include <net/flow_keys.h> +#include <net/flow_dissector.h> struct sock;