summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMariusz Kozlowski2006-11-30 10:25:23 +0100
committerPaul Mackerras2006-12-04 10:42:04 +0100
commit25a31e2df0ee22bdc23494371db9e858b3a23471 (patch)
treeb38749604dee7b5f26d1b0d34a4e0a299e7217e0
parent[POWERPC] iSeries: don't build head_64.o unnecessarily (diff)
downloadkernel-qcow2-linux-25a31e2df0ee22bdc23494371db9e858b3a23471.tar.gz
kernel-qcow2-linux-25a31e2df0ee22bdc23494371db9e858b3a23471.tar.xz
kernel-qcow2-linux-25a31e2df0ee22bdc23494371db9e858b3a23471.zip
[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>
-rw-r--r--include/asm-ppc/m48t35.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/m48t35.h b/include/asm-ppc/m48t35.h
index f3c5e5dfa986..a5277ea4b194 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