From: Arnd Bergmann Date: Sat, 7 Jul 2012 19:00:18 +0000 (+0100) Subject: ARM: 7459/1: irda/pxa: use readl_relaxed() to access OSCR register X-Git-Tag: v3.6-rc1~70^2^5~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=929678005ce947d521b0f8f3a76d48d7b394562b;p=pandora-kernel.git ARM: 7459/1: irda/pxa: use readl_relaxed() to access OSCR register After c00184f9ab4 "ARM: sa11x0/pxa: convert OS timer registers to IOMEM", magician_defconfig and a few others fail to build because the OSCR register is accessed by the drivers/net/irda/pxaficp_ir.c but has turned into a pointer that needs to be read using readl. There are other registers in the same driver that eventually should be converted, and it's unclear whether we would want a better interface to access the OSCR from a device driver. Signed-off-by: Arnd Bergmann Acked-by: David S. Miller Signed-off-by: Russell King --- Reading git-diff-tree failed