tree 8d1053e9c70f7a5fefdcdfb29a46756b365e1e57
parent 91fb4c964c606e63ce0d0d31814728d62a5de9bc
author [EMAIL PROTECTED] <[EMAIL PROTECTED]> Mon, 05 Sep 2005 03:25:53 +0100
committer Jeff Garzik <[EMAIL PROTECTED]> Tue, 06 Sep 2005 01:57:23 -0400

[PATCH] (2/7) iomem annotations (e1000)

Signed-off-by: Al Viro <[EMAIL PROTECTED]>
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>

 drivers/net/e1000/e1000_hw.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h
--- 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to