]> git.karo-electronics.de Git - linux-beck.git/commit
sparc32: clean up io_32.h
authorSam Ravnborg <sam@ravnborg.org>
Sat, 26 Apr 2014 07:57:37 +0000 (09:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 May 2014 05:30:21 +0000 (01:30 -0400)
commitc3373da90bf43b6018c32781b642070b1eeaaebe
tree5ed5b236de9b3a575319bbfe84f8e52ba1b0ddee
parente1039fb426094d376d58d7be9521fdb778ab108e
sparc32: clean up io_32.h

After introducing asm-generic/io.h a few things could still be cleaned up
o Drop useless macro indirection for sbus_* io access methods
  They were in the past used to hide casts between long and pointers
  but this is no longer so
o Fix function definitions for sbus memory functions so
  return value appear on same line as function name

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/io_32.h