From: Sam Ravnborg Date: Sun, 20 Jul 2014 11:39:00 +0000 (+0200) Subject: sparc64: remove macro indirection in io_64.h X-Git-Tag: omap-for-v3.17/fixes-against-rc2~148^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79294d7eff89f65d2e58021bca81437e88fa61e3;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed