David S. Miller 7a6e0706c0 macb: Fix build with macro'ized readl/writel.
If an architecture defines readl/writel using CPP macros, we
get the following kinds of build failure:

> > > drivers/net/ethernet/cadence/macb.c:164:1: error: macro "writel"
> > > passed 3 arguments, but takes just 2
>      macb_or_gem_writel(bp, SA1B, bottom);
>     ^

Rename the methods so that this doesn't happen.

Signed-off-by: David S. Miller <davem@davemloft.net>
2015-07-27 14:24:48 -07:00
..
2015-07-08 23:37:32 -07:00
2015-07-08 15:57:14 -07:00
2015-07-02 12:10:20 -07:00
2015-06-23 07:16:25 -07:00
2015-07-21 22:34:27 -07:00
2015-06-29 12:52:06 -07:00
2015-01-11 21:44:55 -05:00
2015-06-23 07:16:25 -07:00
2015-06-23 07:16:25 -07:00