Skip to content

Commit

Permalink
[ARM] pxa: PXA25x UDC - Fix warning during build
Browse files Browse the repository at this point in the history
Fixes an unterminated ' warning building PXA25X UDC.

Signed-off-by: Ian Molton <spyro@f2s.com>
  • Loading branch information
Ian Molton committed Jul 26, 2008
1 parent a048d3a commit aafe0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/arch-pxa/pxa25x-udc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit aafe0ad

Please sign in to comment.