summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorRobert Hancock <hancock@sedsystems.ca>2019-06-07 01:28:06 +0300
committerDavid S. Miller <davem@davemloft.net>2019-06-07 02:24:29 +0300
commitd85f5f3e4eb38300642d2b54c5740b351c0bdcc5 (patch)
tree0457f770cfd480d8f9bffe8e015400c4060df846 /net/unix/af_unix.c
parent23e6b2dc93630b60a6c33bd2a1289686bc33e272 (diff)
downloadlinux-d85f5f3e4eb38300642d2b54c5740b351c0bdcc5.tar.xz
net: axienet: Use standard IO accessors
This driver was using in_be32 and out_be32 IO accessors which do not exist on most platforms. Also, the use of big-endian accessors does not seem correct as this hardware is accessed over an AXI bus which, to the extent it has an endian-ness, is little-endian. Switch to standard ioread32/iowrite32 accessors. Signed-off-by: Robert Hancock <hancock@sedsystems.ca> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions