aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2022-09-13 15:50:23 +0800
committerMichael Ellerman <mpe@ellerman.id.au>2022-09-15 22:55:45 +1000
commit29e1eb9169a9c73985ed15361520900ce1cef1d4 (patch)
tree159dd4b46c9ee025bf19ea011b70ef608b3697f4 /arch/powerpc/platforms
parentpowerpc/spufs: remove orphan declarations from spufs.h (diff)
downloadlinux-dev-29e1eb9169a9c73985ed15361520900ce1cef1d4.tar.xz
linux-dev-29e1eb9169a9c73985ed15361520900ce1cef1d4.zip
powerpc: remove unused chrp_event_scan() declaration
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
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r--arch/powerpc/platforms/chrp/chrp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/chrp/chrp.h b/arch/powerpc/platforms/chrp/chrp.h
index a5a7c338caf9..6ff4631d9db4 100644
--- 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);