Message ID | 20240826035421.4039039-2-cuigaosheng1@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Remove obsoleted declaration for ARM pxa | expand |
diff --git a/include/linux/platform_data/asoc-pxa.h b/include/linux/platform_data/asoc-pxa.h index 7b5b9e20fbf5..11b42d507dbe 100644 --- a/include/linux/platform_data/asoc-pxa.h +++ b/include/linux/platform_data/asoc-pxa.h @@ -26,7 +26,6 @@ typedef struct { void *codec_pdata[AC97_BUS_MAX_DEVICES]; } pxa2xx_audio_ops_t; -extern void pxa_set_ac97_info(pxa2xx_audio_ops_t *ops); extern void pxa27x_configure_ac97reset(int reset_gpio, bool to_gpio); #endif
The pxa_set_ac97_info() have been removed since commit ce79f3a1ad5f ("ARM: pxa: prune unused device support"), and now it is useless, so remove it. Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> --- include/linux/platform_data/asoc-pxa.h | 1 - 1 file changed, 1 deletion(-)