]> 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)
commit7d32abe130d1a520760942c1996651952310c7b0
tree909411ab23efa01c6e02257cf89620a92de5e575
parent0ab9553ff8b8d8688359925db3171794cab45535
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