From: Thierry Reding Date: Tue, 11 Nov 2014 12:51:48 +0000 (+0100) Subject: ARM: sa11x0: Use void __iomem * in MMIO accessors X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~8^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ba5acf368ae415cd14d026b7cfe29de942b65fc;p=pandora-kernel.git ARM: sa11x0: Use void __iomem * in MMIO accessors MMIO accessors such as readl() and writel() want a void __iomem * for the address. Update the BSE nanoEngine PCI driver to pass such pointers instead of unsigned long in preparation to converting ARM to use generic and more rigidly typed accessors. Reported-by: kbuild test robot Signed-off-by: Thierry Reding Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed