mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
29e1eb9169
chrp_event_scan() has been removed since
commit 3d541c4b7f
("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
11 lines
303 B
C
11 lines
303 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Declarations of CHRP platform-specific things.
|
|
*/
|
|
|
|
extern void chrp_nvram_init(void);
|
|
extern void chrp_get_rtc_time(struct rtc_time *);
|
|
extern int chrp_set_rtc_time(struct rtc_time *);
|
|
extern long chrp_time_init(void);
|
|
|
|
extern void chrp_find_bridges(void);
|