gianfar: use more portable i/o accessors
authorKim Phillips <kim.phillips@freescale.com>
Fri, 11 Jan 2013 12:18:21 +0000 (12:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jan 2013 23:58:08 +0000 (15:58 -0800)
in/out_be32 accessors are Power arch centric whereas
ioread/writebe32 are available in other arches.  Also, unlike
in/out_be32, ioread/writebe32 expect non-volatile address arguments.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found