[PATCH] (2/7) iomem annotations (e1000)
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
91fb4c964c
commit
1bea9add73
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue