diff -urN RC13-git3-chelsio/drivers/net/e1000/e1000_hw.h RC13-git3-e1000/drivers/net/e1000/e1000_hw.h --- RC13-git3-chelsio/drivers/net/e1000/e1000_hw.h 2005-08-10 10:37:49.000000000 -0400 +++ RC13-git3-e1000/drivers/net/e1000/e1000_hw.h 2005-09-04 08:52:44.000000000 -0400 @@ -1270,7 +1270,7 @@ /* 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;