Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Nathan Lynch and committed by
Michael Ellerman
4bfa5ddf d2827e5e

+1 -1
+1 -1
arch/powerpc/kernel/rtas-rtc.c
··· 12 12 13 13 14 14 #define MAX_RTC_WAIT 5000 /* 5 sec */ 15 - #define RTAS_CLOCK_BUSY (-2) 15 + 16 16 time64_t __init rtas_get_boot_time(void) 17 17 { 18 18 int ret[8];