Skip to content

Commit

Permalink
[ARM] 5074/1: fix warning: missing terminating ' character
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Dmitry Baryshkov authored and Russell King committed Jun 2, 2008
1 parent 284d115 commit 1a7e612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/arch-pxa/pxa27x-udc.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define _ASM_ARCH_PXA27X_UDC_H

#ifdef _ASM_ARCH_PXA25X_UDC_H
#error You can't include both PXA25x and PXA27x UDC support
#error You cannot include both PXA25x and PXA27x UDC support
#endif

#define UDCCR __REG(0x40600000) /* UDC Control Register */
Expand Down

0 comments on commit 1a7e612

Please sign in to comment.