diff options
| author | Nathan Lynch <[email protected]> | 2021-05-03 12:58:11 -0500 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2021-06-25 14:47:20 +1000 |
| commit | 4bfa5ddff924c2d5b2427f752515ca594dade19f (patch) | |
| tree | 2151a76e54c70638f4b975a6fa1ccb723a736297 | |
| parent | d2827e5e2e0f0941a651f4b1ca5e9b778c4b5293 (diff) | |
powerpc/rtas-rtc: remove unused constant
RTAS_CLOCK_BUSY is unused, remove it.
Signed-off-by: Nathan Lynch <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | arch/powerpc/kernel/rtas-rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/rtas-rtc.c b/arch/powerpc/kernel/rtas-rtc.c index a28239b8b0c0..33c07c8af6c8 100644 --- a/arch/powerpc/kernel/rtas-rtc.c +++ b/arch/powerpc/kernel/rtas-rtc.c @@ -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]; |