summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2022-09-13 09:50:28 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2022-09-15 14:55:46 +0200
commitb47f0024f990803f36e6a06f82e9d0dbe8424c26 (patch)
treec0b7b86c002d529465f992ad5865dd3c4a613735
parentpowerpc/sysdev: remove unused xics_ipi_dispatch() declaration (diff)
downloadlinux-b47f0024f990803f36e6a06f82e9d0dbe8424c26.tar.xz
linux-b47f0024f990803f36e6a06f82e9d0dbe8424c26.zip
powerpc/ps3: remove orphan declarations from ps3av.h
Remove the following orphan declarations from ps3av.h: 1. ps3av_dev_open() 2. ps3av_dev_close() They have been removed since commit 13a5e30cf740 ("[POWERPC] PS3: Rework AV settings driver"), so remove them. Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Acked-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220913075029.682327-9-cuigaosheng1@huawei.com
-rw-r--r--arch/powerpc/include/asm/ps3av.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/ps3av.h b/arch/powerpc/include/asm/ps3av.h
index 82db78fc169d..c8b0f2ffcd35 100644
--- a/arch/powerpc/include/asm/ps3av.h
+++ b/arch/powerpc/include/asm/ps3av.h
@@ -726,6 +726,4 @@ extern int ps3av_video_mode2res(u32, u32 *, u32 *);
extern int ps3av_video_mute(int);
extern int ps3av_audio_mute(int);
extern int ps3av_audio_mute_analog(int);
-extern int ps3av_dev_open(void);
-extern int ps3av_dev_close(void);
#endif /* _ASM_POWERPC_PS3AV_H_ */