Преглед изворни кода

Merge branch 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.6-ji into fixes

Olof Johansson пре 14 година
родитељ
комит
ab8fe93b2f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      arch/arm/mach-picoxcell/include/mach/debug-macro.S

+ 1 - 1
arch/arm/mach-picoxcell/include/mach/debug-macro.S

@@ -14,7 +14,7 @@
 
 #define UART_SHIFT 2
 
-		.macro	addruart, rp, rv
+		.macro	addruart, rp, rv, tmp
 		ldr	\rv, =PHYS_TO_IO(PICOXCELL_UART1_BASE)
 		ldr	\rp, =PICOXCELL_UART1_BASE
 		.endm