projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf78ddd
)
powerpc: remove unused chrp_event_scan() declaration
author
Gaosheng Cui
<cuigaosheng1@huawei.com>
Tue, 13 Sep 2022 07:50:23 +0000
(15:50 +0800)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 15 Sep 2022 12:55:45 +0000
(22:55 +1000)
chrp_event_scan() has been removed since
commit
3d541c4b7f6e
("powerpc/chrp: Use the same RTAS
daemon as pSeries"), so remove it.
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20220913075029.682327-4-cuigaosheng1@huawei.com
arch/powerpc/platforms/chrp/chrp.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/chrp/chrp.h
b/arch/powerpc/platforms/chrp/chrp.h
index a5a7c338caf948a5350b350d5d0d9d3634822520..6ff4631d9db4b15a06e9c01cab18b406872779a5 100644
(file)
--- a/
arch/powerpc/platforms/chrp/chrp.h
+++ b/
arch/powerpc/platforms/chrp/chrp.h
@@
-9,4
+9,3
@@
extern int chrp_set_rtc_time(struct rtc_time *);
extern long chrp_time_init(void);
extern void chrp_find_bridges(void);
-extern void chrp_event_scan(unsigned long);