diff options
author | Jiri Pirko <jiri@resnulli.us> | 2015-05-12 14:56:07 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-13 15:19:45 -0400 |
commit | 1bd758eb1cab2fa5b71a23f9e5d3c8076f4ed650 (patch) | |
tree | 86862ae2e7637daafe814df8fb9f1169a732a282 /include/net/ipv6.h | |
parent | 212da1fa60a822f5a7f20d52d11524dadd192a91 (diff) |
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 <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 53d25ef1699a..9932b86394a9 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -19,7 +19,7 @@ #include <net/if_inet6.h> #include <net/ndisc.h> #include <net/flow.h> -#include <net/flow_keys.h> +#include <net/flow_dissector.h> #include <net/snmp.h> #define SIN6_LEN_RFC2133 24 |