]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/netpoll.h
netpoll: store local and remote ip in net-endian
[linux-2.6-omap-h63xx.git] / include / linux / netpoll.h
index de99025f2c5d5d6ba1fa48775ef6c51f203dd47a..2524267210d308894317f00e057c0d61bf81098d 100644 (file)
@@ -18,7 +18,7 @@ struct netpoll {
        const char *name;
        void (*rx_hook)(struct netpoll *, int, char *, int);
 
-       u32 local_ip, remote_ip;
+       __be32 local_ip, remote_ip;
        u16 local_port, remote_port;
        u8 remote_mac[ETH_ALEN];
 };