]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit14bf7f4fb3b75acffdbe84b3472d73309b270c43
tree909411ab23efa01c6e02257cf89620a92de5e575
parent4b61bd089da5d85d4866cef6993522a17e2b5ce0
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