diff options
author | Mariusz Kozlowski <m.kozlowski@tuxland.pl> | 2006-11-30 10:25:23 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 20:42:04 +1100 |
commit | 25a31e2df0ee22bdc23494371db9e858b3a23471 (patch) | |
tree | b38749604dee7b5f26d1b0d34a4e0a299e7217e0 /include/asm-ppc | |
parent | e73aedba562d1e7777287043afb8e46131ed402e (diff) | |
download | op-kernel-dev-25a31e2df0ee22bdc23494371db9e858b3a23471.zip op-kernel-dev-25a31e2df0ee22bdc23494371db9e858b3a23471.tar.gz |
[POWERPC] ppc: m48t35 add missing bracket
Add missing bracket in definition for m48t35 RTC chip.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/m48t35.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/m48t35.h b/include/asm-ppc/m48t35.h index f3c5e5d..a5277ea 100644 --- a/include/asm-ppc/m48t35.h +++ b/include/asm-ppc/m48t35.h @@ -39,7 +39,7 @@ #define M48T35_RTC_WATCHDOG_RB 0x03 #define M48T35_RTC_WATCHDOG_BMB 0x7c #define M48T35_RTC_WATCHDOG_WDS 0x80 -#define M48T35_RTC_WATCHDOG_ALL (M48T35_RTC_WATCHDOG_RB|M48T35_RTC_WATCHDOG_BMB|M48T35_RTC_W +#define M48T35_RTC_WATCHDOG_ALL (M48T35_RTC_WATCHDOG_RB|M48T35_RTC_WATCHDOG_BMB|M48T35_RTC_W) #define M48T35_RTC_CONTROL_WRITE 0x80 #define M48T35_RTC_CONTROL_READ 0x40 |