diff options
author | Jiri Pirko <jiri@resnulli.us> | 2015-05-12 12:56:07 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-13 19:19:45 (GMT) |
commit | 1bd758eb1cab2fa5b71a23f9e5d3c8076f4ed650 (patch) | |
tree | 86862ae2e7637daafe814df8fb9f1169a732a282 /drivers/net/bonding | |
parent | 212da1fa60a822f5a7f20d52d11524dadd192a91 (diff) | |
download | linux-1bd758eb1cab2fa5b71a23f9e5d3c8076f4ed650.tar.xz |
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 'drivers/net/bonding')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index a2e25de..fe7c387 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c @@ -76,7 +76,7 @@ #include <net/netns/generic.h> #include <net/pkt_sched.h> #include <linux/rculist.h> -#include <net/flow_keys.h> +#include <net/flow_dissector.h> #include <net/switchdev.h> #include <net/bonding.h> #include <net/bond_3ad.h> |