net: emaclite: Do not use microblaze and ppc IO functions
authorMichal Simek <michal.simek@xilinx.com>
Thu, 30 May 2013 00:28:06 +0000 (00:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 May 2013 00:08:43 +0000 (17:08 -0700)
commit123c1407af877b9b036b852b77013a6f9f6049b0
tree909411ab23efa01c6e02257cf89620a92de5e575
parent3fb99fa7c7d2310791bf39929285da44b201fd40
net: emaclite: Do not use microblaze and ppc IO functions

Emaclite can be used on ARM zynq where in_be32/out_be32 IO
functions are not present. Use standard __raw_readl/__raw_writel
IO functions instead.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/xilinx_emaclite.c