From: viro@ftp.linux.org.uk Date: Mon, 5 Sep 2005 02:25:53 +0000 (+0100) Subject: [PATCH] (2/7) iomem annotations (e1000) X-Git-Tag: v2.6.14-rc1~748^2~26 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1bea9add7391be9d83886530a610fd0694f93130;p=~emulex%2Finfiniband.git [PATCH] (2/7) iomem annotations (e1000) Signed-off-by: Al Viro Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h index 93e9f878875..51c2b3a18b6 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;