[PATCH] restore __iomem annotations in e1000
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 23 Sep 2006 00:32:40 +0000 (01:32 +0100)
committerJeff Garzik <jeff@garzik.org>
Tue, 26 Sep 2006 00:08:10 +0000 (20:08 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/e1000/e1000_hw.h

index a170e96..4020acb 100644 (file)
@@ -1367,8 +1367,8 @@ struct e1000_hw_stats {
 
 /* Structure containing variables used by the shared code (e1000_hw.c) */
 struct e1000_hw {
-    uint8_t *hw_addr;
-    uint8_t *flash_address;
+    uint8_t __iomem *hw_addr;
+    uint8_t __iomem *flash_address;
     e1000_mac_type mac_type;
     e1000_phy_type phy_type;
     uint32_t phy_init_script;