diff options
author | Mariusz Kozlowski <m.kozlowski@tuxland.pl> | 2007-05-18 18:39:36 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-20 15:08:48 -0400 |
commit | fc432e1952a3899ce35e84b417e5d60f74cb901b (patch) | |
tree | 2f1f161555acd1a38b9667ea3f1657928b332bd7 /include | |
parent | 69e9c93d0d7d9dfa6bdf5144274dbe65a627b63a (diff) |
[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')
-rw-r--r-- | include/asm-arm/arch-at91/at91_adc.h | 2 |
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 @@ | |||
55 | #define AT91_ADC_IDR 0x28 /* Interrupt Disable Register */ | 55 | #define AT91_ADC_IDR 0x28 /* Interrupt Disable Register */ |
56 | #define AT91_ADC_IMR 0x2C /* Interrupt Mask Register */ | 56 | #define AT91_ADC_IMR 0x2C /* Interrupt Mask Register */ |
57 | 57 | ||
58 | #define AT91_ADC_CHR(n) (0x30 + ((n) * 4) /* Channel Data Register N */ | 58 | #define AT91_ADC_CHR(n) (0x30 + ((n) * 4)) /* Channel Data Register N */ |
59 | #define AT91_ADC_DATA (0x3ff) | 59 | #define AT91_ADC_DATA (0x3ff) |
60 | 60 | ||
61 | #endif | 61 | #endif |