]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
[PATCH] (2/7) iomem annotations (e1000)
authorviro@ftp.linux.org.uk <viro@ftp.linux.org.uk>
Mon, 5 Sep 2005 02:25:53 +0000 (03:25 +0100)
committerJeff Garzik <jgarzik@pobox.com>
Mon, 5 Sep 2005 21:57:23 +0000 (17:57 -0400)
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/e1000/e1000_hw.h

index 93e9f8788751e462f31d2f2edb17212f7aa7e954..51c2b3a18b6f385f9c86698b7840cf70838025a0 100644 (file)
@@ -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;