Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c5649af authored by Al Viro's avatar Al Viro Committed by Jeff Garzik
Browse files

[PATCH] restore __iomem annotations in e1000



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent ee705dba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;