]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/netpoll.h
nommu: fix shared mmap after truncate shrinkage problems
[karo-tx-linux.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];
 };