Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Gaosheng Cui and committed by
Michael Ellerman
b47f0024 3abed8ac

-2
-2
arch/powerpc/include/asm/ps3av.h
··· 726 726 extern int ps3av_video_mute(int); 727 727 extern int ps3av_audio_mute(int); 728 728 extern int ps3av_audio_mute_analog(int); 729 - extern int ps3av_dev_open(void); 730 - extern int ps3av_dev_close(void); 731 729 #endif /* _ASM_POWERPC_PS3AV_H_ */