diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2007-08-23 03:03:13 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:52:05 -0400 |
commit | 16989ba6e9c501ffc004ec3c031b1c6065708ccf (patch) | |
tree | c9f2642664eb38253990065e2f9343a4dbbaae9b /drivers/net/appletalk/ipddp.h | |
parent | 2929e7700fb64f58f9c501a293b98b6bf6c49403 (diff) |
drivers/net/appletalk: endianness
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/appletalk/ipddp.h')
-rw-r--r-- | drivers/net/appletalk/ipddp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/appletalk/ipddp.h b/drivers/net/appletalk/ipddp.h index 52072fb0c610..531519da99a3 100644 --- a/drivers/net/appletalk/ipddp.h +++ b/drivers/net/appletalk/ipddp.h | |||
@@ -14,7 +14,7 @@ | |||
14 | struct ipddp_route | 14 | struct ipddp_route |
15 | { | 15 | { |
16 | struct net_device *dev; /* Carrier device */ | 16 | struct net_device *dev; /* Carrier device */ |
17 | __u32 ip; /* IP address */ | 17 | __be32 ip; /* IP address */ |
18 | struct atalk_addr at; /* Gateway appletalk address */ | 18 | struct atalk_addr at; /* Gateway appletalk address */ |
19 | int flags; | 19 | int flags; |
20 | struct ipddp_route *next; | 20 | struct ipddp_route *next; |