aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorviro@ftp.linux.org.uk <viro@ftp.linux.org.uk>2005-09-05 03:25:53 +0100
committerJeff Garzik <jgarzik@pobox.com>2005-09-05 17:57:23 -0400
commit1bea9add7391be9d83886530a610fd0694f93130 (patch)
tree8d1053e9c70f7a5fefdcdfb29a46756b365e1e57 /drivers/net
parent[PATCH] (1/7) chelsio sparse annotations (diff)
downloadlinux-dev-1bea9add7391be9d83886530a610fd0694f93130.tar.xz
linux-dev-1bea9add7391be9d83886530a610fd0694f93130.zip
[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')
-rw-r--r--drivers/net/e1000/e1000_hw.h2
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 {
/* Structure containing variables used by the shared code (e1000_hw.c) */
struct e1000_hw {
- uint8_t *hw_addr;
+ uint8_t __iomem *hw_addr;
uint8_t *flash_address;
e1000_mac_type mac_type;
e1000_phy_type phy_type;