Message ID | 20240813070629.1042412-3-cuigaosheng1@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Remove unused declarations | expand |
diff --git a/arch/arm/mach-pxa/devices.h b/arch/arm/mach-pxa/devices.h index 72c556ff67db..c9b2cf5ce29d 100644 --- a/arch/arm/mach-pxa/devices.h +++ b/arch/arm/mach-pxa/devices.h @@ -63,6 +63,3 @@ extern void pxa_set_i2c_info(struct i2c_pxa_platform_data *info); #ifdef CONFIG_PXA27x extern void pxa27x_set_i2c_power_info(struct i2c_pxa_platform_data *info); #endif -#ifdef CONFIG_PXA3xx -extern void pxa3xx_set_i2c_power_info(struct i2c_pxa_platform_data *info); -#endif
The pxa3xx_set_i2c_power_info() has been removed since commit ce79f3a1ad5f ("ARM: pxa: prune unused device support"), so remove it. Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> --- arch/arm/mach-pxa/devices.h | 3 --- 1 file changed, 3 deletions(-)