commit | 30d492da738a8d5f4ec884b3e1a13eef97714994 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Nov 14 21:11:29 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:22:55 2006 -0800 |
tree | 6184b7fd083a41315ce84379fae0faf0c1749462 | |
parent | 42d224aa170a4f7446cea6c972d9302d524545e5 [diff] [blame] |
[ATM]: Annotations. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/atmclip.h b/include/net/atmclip.h index 90fcc98..b5a51a7 100644 --- a/include/net/atmclip.h +++ b/include/net/atmclip.h
@@ -36,7 +36,7 @@ struct atmarp_entry { - u32 ip; /* IP address */ + __be32 ip; /* IP address */ struct clip_vcc *vccs; /* active VCCs; NULL if resolution is pending */ unsigned long expires; /* entry expiration time */