Commit f8bded38 authored by Joachim Eastwood's avatar Joachim Eastwood Committed by David S. Miller

net/at91_ether: use macb access functions

Use macb read/write funtions and remove the old at91_ether ones.
Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
parent bc3bbef6
This diff is collapsed.
......@@ -88,7 +88,7 @@ struct at91_private
struct macb_platform_data board_data; /* board-specific
* configuration (shared with
* macb for common data */
void __iomem *emac_base; /* base register address */
void __iomem *regs; /* base register address */
struct clk *ether_clk; /* clock */
/* PHY */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment