aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rpc/fiq.S
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-03-16 15:57:29 -0400
committerArnd Bergmann <arnd@arndb.de>2014-03-21 13:23:31 -0400
commitd967b0100f8d99480487bce8ead1e0c3affdc511 (patch)
tree4c6a125338730e85a0cfbdb443a721cadd40a1da /arch/arm/mach-rpc/fiq.S
parent404ed596de6fa3a43416c823fb8ab2ba0e7a1772 (diff)
ARM: msm: avoid calling debug_ll_addr on !MMU
MSM7X00A has an open-coded version of debug_ll_io_init so it can use MT_DEVICE_NONSHARED as required by the platform. However, this fails to build on no-MMU kernels because the debug_ll_addr function is not available. Since the iotable_init function doesn't actually do anyting in this configuration, we can simply get away by enclosing the broken function call in an #ifdef, which seems to be the least ugly workaround. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: David Brown <davidb@codeaurora.org> Cc: Daniel Walker <dwalker@fifo99.com> Cc: Bryan Huntsman <bryanh@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-rpc/fiq.S')
0 files changed, 0 insertions, 0 deletions