projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2827e5
)
powerpc/rtas-rtc: remove unused constant
author
Nathan Lynch
<nathanl@linux.ibm.com>
Mon, 3 May 2021 17:58:11 +0000
(12:58 -0500)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Fri, 25 Jun 2021 04:47:20 +0000
(14:47 +1000)
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
arch/powerpc/kernel/rtas-rtc.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/rtas-rtc.c
b/arch/powerpc/kernel/rtas-rtc.c
index a28239b8b0c0bc4eb11b87d502edc8b8294d724d..33c07c8af6c8b379852cc8f8784b70b5381ccfd2 100644
(file)
--- 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];