aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-at91
diff options
context:
space:
mode:
authorMariusz Kozlowski <m.kozlowski@tuxland.pl>2007-05-19 00:39:36 +0200
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-20 20:08:48 +0100
commitfc432e1952a3899ce35e84b417e5d60f74cb901b (patch)
tree2f1f161555acd1a38b9667ea3f1657928b332bd7 /include/asm-arm/arch-at91
parent[ARM] 4400/1: S3C24XX: Add high-speed MMC device definition (diff)
downloadlinux-dev-fc432e1952a3899ce35e84b417e5d60f74cb901b.tar.xz
linux-dev-fc432e1952a3899ce35e84b417e5d60f74cb901b.zip
[ARM] at91_adc parenthesis balance
Trivial unbalanced parenthesis macro fix. Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-at91')
-rw-r--r--include/asm-arm/arch-at91/at91_adc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-at91/at91_adc.h b/include/asm-arm/arch-at91/at91_adc.h
index 1ed66eaaf83a..6d71ea2637b1 100644
--- a/include/asm-arm/arch-at91/at91_adc.h
+++ b/include/asm-arm/arch-at91/at91_adc.h
@@ -55,7 +55,7 @@
#define AT91_ADC_IDR 0x28 /* Interrupt Disable Register */
#define AT91_ADC_IMR 0x2C /* Interrupt Mask Register */
-#define AT91_ADC_CHR(n) (0x30 + ((n) * 4) /* Channel Data Register N */
+#define AT91_ADC_CHR(n) (0x30 + ((n) * 4)) /* Channel Data Register N */
#define AT91_ADC_DATA (0x3ff)
#endif