diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2014-07-20 13:39:00 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-21 21:43:19 -0700 |
commit | 79294d7eff89f65d2e58021bca81437e88fa61e3 (patch) | |
tree | 9f062eb7092c3f5f024fa06e2525a054870e9d81 /arch/sparc/include/asm/jump_label.h | |
parent | 6b8b5507ed921d8fc5dc44f6eed0c14deb401495 (diff) | |
download | op-kernel-dev-79294d7eff89f65d2e58021bca81437e88fa61e3.zip op-kernel-dev-79294d7eff89f65d2e58021bca81437e88fa61e3.tar.gz |
sparc64: remove macro indirection in io_64.h
Most likely for historical reasons io_64.h used an
extra layer of macro indirections.
Fix it so we no longer use these indirections.
In the process we loose a cast to the addr argument for in*()/out*()
but all known affected users has already been fixed so
no warnings are triggered.
For each of the IO functions add a proper define like this:
#define inb inb
This is done to make the code compatible with the way these
functions are defined in asm-generic/io.h with the objective
to later introduce the generic io.h for sparc64.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/jump_label.h')
0 files changed, 0 insertions, 0 deletions