projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e73aedb
)
[POWERPC] ppc: m48t35 add missing bracket
author
Mariusz Kozlowski
<
[email protected]
>
Thu, 30 Nov 2006 09:25:23 +0000
(10:25 +0100)
committer
Paul Mackerras
<
[email protected]
>
Mon, 4 Dec 2006 09:42:04 +0000
(20:42 +1100)
Add missing bracket in definition for m48t35 RTC chip.
Signed-off-by: Mariusz Kozlowski <
[email protected]
>
Signed-off-by: Paul Mackerras <
[email protected]
>
include/asm-ppc/m48t35.h
patch
|
blob
|
history
diff --git
a/include/asm-ppc/m48t35.h
b/include/asm-ppc/m48t35.h
index f3c5e5dfa986021c70b4c8faadeeb4f300af11c0..a5277ea4b1944189dcf67a3b310ebdb553198b7a 100644
(file)
--- 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