diff options
author | David S. Miller <davem@davemloft.net> | 2015-08-26 02:20:38 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-26 02:20:38 +0300 |
commit | b8766e4ed3e9fc6b27dc3ead029cd307caa926d2 (patch) | |
tree | 5d115c3fcaec9ddb3d47663e621e138dc3fcbc99 /net/batman-adv/gateway_common.h | |
parent | dafc21995db9b2ef61a2d613f872a5c565731548 (diff) | |
parent | 854d2a63de86a769db4dbed75b660f544b3c0c7a (diff) | |
download | linux-b8766e4ed3e9fc6b27dc3ead029cd307caa926d2.tar.xz |
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
Antonio Quartulli says:
====================
Included changes:
- code restyling and beautification
- use int kernel types instead of C99
- update kereldoc
- prevent potential hlist double deletion of VLAN objects
- fix gw bandwidth calculation
- convert list to hlist when needed
- add lockdep_asserts calls in function with lock requirements
described in kerneldoc
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/batman-adv/gateway_common.h')
-rw-r--r-- | net/batman-adv/gateway_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/gateway_common.h b/net/batman-adv/gateway_common.h index bd5c812cebf4..ab893e318229 100644 --- a/net/batman-adv/gateway_common.h +++ b/net/batman-adv/gateway_common.h @@ -22,7 +22,6 @@ #include <linux/types.h> -struct batadv_priv; struct net_device; enum batadv_gw_modes { |