diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2005-12-01 10:15:21 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2006-01-28 21:42:15 -0500 |
commit | b43de2d8db7655d1c520bf6eac7071d8f6d0b864 (patch) | |
tree | 72de2f56444a6a167fa61dff14946d1aa90b3bc8 /drivers/net/ibm_emac/ibm_emac_core.h | |
parent | d0f6ecad39266f87913539c52dc624f75cc4b914 (diff) |
[PATCH] ibm_emac sparse annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/net/ibm_emac/ibm_emac_core.h')
-rw-r--r-- | drivers/net/ibm_emac/ibm_emac_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ibm_emac/ibm_emac_core.h b/drivers/net/ibm_emac/ibm_emac_core.h index 911abbaf471b..f61273b2e94f 100644 --- a/drivers/net/ibm_emac/ibm_emac_core.h +++ b/drivers/net/ibm_emac/ibm_emac_core.h @@ -155,7 +155,7 @@ struct ibm_emac_error_stats { struct ocp_enet_private { struct net_device *ndev; /* 0 */ - struct emac_regs *emacp; + struct emac_regs __iomem *emacp; struct mal_descriptor *tx_desc; int tx_cnt; |