[IPV4]: annotate struct in_ifaddr
[linux-2.6-microblaze.git] / arch / um / drivers / net_kern.c
index 664c2e2..bd1178f 100644 (file)
@@ -825,7 +825,7 @@ int dev_netmask(void *d, void *m)
        struct net_device *dev = d;
        struct in_device *ip = dev->ip_ptr;
        struct in_ifaddr *in;
-       __u32 *mask_out = m;
+       __be32 *mask_out = m;
 
        if(ip == NULL) 
                return(1);