Commit 4bfa5ddf authored by Nathan Lynch's avatar Nathan Lynch Committed by Michael Ellerman

powerpc/rtas-rtc: remove unused constant

RTAS_CLOCK_BUSY is unused, remove it.
Signed-off-by: default avatarNathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210503175811.1528208-1-nathanl@linux.ibm.com
parent d2827e5e
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment