]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
[ARM] pxa: PXA25x UDC - Fix warning during build
authorIan Molton <spyro@f2s.com>
Sat, 12 Jul 2008 10:55:42 +0000 (11:55 +0100)
committerIan Molton <spyro@f2s.com>
Sat, 26 Jul 2008 21:25:19 +0000 (22:25 +0100)
Fixes an unterminated ' warning building PXA25X UDC.

Signed-off-by: Ian Molton <spyro@f2s.com>
include/asm-arm/arch-pxa/pxa25x-udc.h

index 840305916b6de86cd35f8bbb02504b7483311265..1b80a4805a604689b49e53090f6630bd251dd9cb 100644 (file)
@@ -2,7 +2,7 @@
 #define _ASM_ARCH_PXA25X_UDC_H
 
 #ifdef _ASM_ARCH_PXA27X_UDC_H
-#error You can't include both PXA25x and PXA27x UDC support
+#error "You can't include both PXA25x and PXA27x UDC support"
 #endif
 
 #define UDC_RES1       __REG(0x40600004)  /* UDC Undocumented - Reserved1 */