]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/bonding/bond_main.c
[IPV4]: annotate struct in_ifaddr
[net-next-2.6.git] / drivers / net / bonding / bond_main.c
index 0fb5f653d3cebe4b41acdc4759d1934eb745542e..c0bbddae4ec41ef998d38f17a0a0c4ec8bd28a54 100644 (file)
@@ -2252,7 +2252,7 @@ static u32 bond_glean_dev_ip(struct net_device *dev)
 {
        struct in_device *idev;
        struct in_ifaddr *ifa;
-       u32 addr = 0;
+       __be32 addr = 0;
 
        if (!dev)
                return 0;