mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
powerpc/rtas-rtc: remove unused constant
RTAS_CLOCK_BUSY is unused, remove it. Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210503175811.1528208-1-nathanl@linux.ibm.com
This commit is contained in:
committed by
Michael Ellerman
parent
d2827e5e2e
commit
4bfa5ddff9
@@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
#define MAX_RTC_WAIT 5000 /* 5 sec */
|
||||
#define RTAS_CLOCK_BUSY (-2)
|
||||
|
||||
time64_t __init rtas_get_boot_time(void)
|
||||
{
|
||||
int ret[8];
|
||||
|
||||
Reference in New Issue
Block a user