From: Uwe Kleine-König Date: Wed, 16 Jan 2013 14:32:06 +0000 (+0100) Subject: ARM: compile fix for DEBUG_LL=y && MMU=n X-Git-Tag: fixes-for-linus2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a73b59c51ab288d81b515b504790267f594884b8;p=pandora-kernel.git ARM: compile fix for DEBUG_LL=y && MMU=n debug_ll_addr is only used on machines with an MMU so it can be #ifdef'ed out safely. This fixes: arch/arm/kernel/debug.S: Assembler messages: arch/arm/kernel/debug.S:104: Error: too many positional arguments The problem was introduced in e5c5f2a ARM: implement debug_ll_io_init(). Signed-off-by: Uwe Kleine-König Reviewed-by: Stephen Warren Acked-by: Rob Herring Signed-off-by: Olof Johansson --- Reading git-diff-tree failed