[PATCH -next 2/2] ARM: pxa: remove unused pxa3xx_set_i2c_power_info() declaration
Gaosheng Cui
cuigaosheng1 at huawei.com
Tue Aug 13 00:06:29 PDT 2024
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 at huawei.com>
---
arch/arm/mach-pxa/devices.h | 3 ---
1 file changed, 3 deletions(-)
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
--
2.25.1
More information about the linux-arm-kernel
mailing list