Skip to content

Commit

Permalink
vmxnet3: annotate hwaddr members as __iomem pointers
Browse files Browse the repository at this point in the history
Signed-off-by: Harvey Harrison <[email protected]>
Signed-off-by: Shreyas Bhatewara <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
hharrison authored and davem330 committed Oct 24, 2010
1 parent 3843e51 commit 81e8e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/vmxnet3/vmxnet3_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ struct vmxnet3_adapter {
struct net_device *netdev;
struct pci_dev *pdev;

u8 *hw_addr0; /* for BAR 0 */
u8 *hw_addr1; /* for BAR 1 */
u8 __iomem *hw_addr0; /* for BAR 0 */
u8 __iomem *hw_addr1; /* for BAR 1 */

/* feature control */
bool rxcsum;
Expand Down

0 comments on commit 81e8e56

Please sign in to comment.