diff options
author | viro@ftp.linux.org.uk <viro@ftp.linux.org.uk> | 2005-09-04 22:25:53 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-05 17:57:23 -0400 |
commit | 1bea9add7391be9d83886530a610fd0694f93130 (patch) | |
tree | 8d1053e9c70f7a5fefdcdfb29a46756b365e1e57 /drivers/net/e1000/e1000_hw.h | |
parent | 91fb4c964c606e63ce0d0d31814728d62a5de9bc (diff) |
[PATCH] (2/7) iomem annotations (e1000)
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/e1000/e1000_hw.h')
-rw-r--r-- | drivers/net/e1000/e1000_hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h index 93e9f8788751..51c2b3a18b6f 100644 --- a/drivers/net/e1000/e1000_hw.h +++ b/drivers/net/e1000/e1000_hw.h | |||
@@ -1270,7 +1270,7 @@ struct e1000_hw_stats { | |||
1270 | 1270 | ||
1271 | /* Structure containing variables used by the shared code (e1000_hw.c) */ | 1271 | /* Structure containing variables used by the shared code (e1000_hw.c) */ |
1272 | struct e1000_hw { | 1272 | struct e1000_hw { |
1273 | uint8_t *hw_addr; | 1273 | uint8_t __iomem *hw_addr; |
1274 | uint8_t *flash_address; | 1274 | uint8_t *flash_address; |
1275 | e1000_mac_type mac_type; | 1275 | e1000_mac_type mac_type; |
1276 | e1000_phy_type phy_type; | 1276 | e1000_phy_type phy_type; |