You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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>
This commit is contained in:
committed by
Paul Mackerras
parent
e73aedba56
commit
25a31e2df0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user