[ARM] pxa: PXA25x UDC - Fix warning during build
Fixes an unterminated ' warning building PXA25X UDC. Signed-off-by: Ian Molton <spyro@f2s.com>
This commit is contained in:
parent
a048d3aff8
commit
aafe0ad81d
@ -2,7 +2,7 @@
|
|||||||
#define _ASM_ARCH_PXA25X_UDC_H
|
#define _ASM_ARCH_PXA25X_UDC_H
|
||||||
|
|
||||||
#ifdef _ASM_ARCH_PXA27X_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
|
#endif
|
||||||
|
|
||||||
#define UDC_RES1 __REG(0x40600004) /* UDC Undocumented - Reserved1 */
|
#define UDC_RES1 __REG(0x40600004) /* UDC Undocumented - Reserved1 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user