]> git.baikalelectronics.ru Git - kernel.git/commitdiff
powerpc: remove unused chrp_event_scan() declaration
authorGaosheng Cui <cuigaosheng1@huawei.com>
Tue, 13 Sep 2022 07:50:23 +0000 (15:50 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 15 Sep 2022 12:55:45 +0000 (22:55 +1000)
chrp_event_scan() has been removed since
commit 070fb24fc1b0 ("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

index a5a7c338caf948a5350b350d5d0d9d3634822520..6ff4631d9db4b15a06e9c01cab18b406872779a5 100644 (file)
@@ -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);