aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2013-01-07 14:17:23 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2013-02-14 15:55:00 +0100
commit7292e7e01cc98fa04a9a3eb7ca11d1bca99c35e9 (patch)
treeae71ffdf66ab42c176aba2cacbf019d5a17a0e4f /drivers/s390
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff)
downloadlinux-dev-7292e7e01cc98fa04a9a3eb7ca11d1bca99c35e9.tar.xz
linux-dev-7292e7e01cc98fa04a9a3eb7ca11d1bca99c35e9.zip
asm-generic/io.h: convert readX defines to functions
E.g. readl is defined like this #define readl(addr) __le32_to_cpu(__raw_readl(addr)) If a there is a readl() call that doesn't check the return value this will cause a compile warning on big endian machines due to the __le32_to_cpu macro magic. E.g. code like this: readl(addr); will generate the following compile warning: warning: value computed is not used [-Wunused-value] With this patch we get rid of dozens of compile warnings on s390. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390')
0 files changed, 0 insertions, 0 deletions