From: Arnd Bergmann Date: Wed, 19 Jun 2013 10:49:30 +0000 (+0200) Subject: fmc: avoid readl/writel namespace conflict X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~75^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2955da0e101c3432ae21945e5d77786adf1f094;p=pandora-kernel.git fmc: avoid readl/writel namespace conflict The use of the 'readl' and 'writel' identifiers here causes build errors on architectures where those are macros. This renames the fields to read32/write32 to avoid the problem. Reported-by: kbuild test robot Signed-off-by: Arnd Bergmann Acked-by: Alessandro Rubini Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed