diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-07-07 19:00:18 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-07-09 16:39:35 (GMT) |
commit | 929678005ce947d521b0f8f3a76d48d7b394562b (patch) | |
tree | 6a99c72369ab51dfb0d610537c3cdce98b8df6cb /drivers/misc/cb710 | |
parent | 3169663ac5902f2228ea0eb8cc34eb52cbd4b283 (diff) | |
download | linux-fsl-qoriq-929678005ce947d521b0f8f3a76d48d7b394562b.tar.xz |
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 <arnd@arndb.de>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/misc/cb710')
0 files changed, 0 insertions, 0 deletions