aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-02-25 23:04:50 +0100
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-02-26 08:44:52 +0900
commit15925cfcf83361b4eb8c7ffb51ad29b5f1e32a23 (patch)
tree20012a814e315d10690f512371599bcafe126cf6 /drivers/soc
parentARM: SAMSUNG: Remove unused register offset definition (diff)
downloadlinux-dev-15925cfcf83361b4eb8c7ffb51ad29b5f1e32a23.tar.xz
linux-dev-15925cfcf83361b4eb8c7ffb51ad29b5f1e32a23.zip
ARM: s3c24xx: Avoid warning for inb/outb
s3c24xx implements its own inb/outb macros, but the implementation prints warnings when the port number argument is not a 32-bit scalar: drivers/scsi/pas16.c: In function 'NCR5380_pwrite': arch/arm/mach-s3c24xx/include/mach/io.h:193:68: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define __ioaddrc(port) ((__PORT_PCIO(port) ? PCIO_BASE + (port) : (void __iomem *)(port))) This slightly modifies the definition of the __ioaddrc macro to avoid the warning. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'drivers/soc')
0 files changed, 0 insertions, 0 deletions