[PATCH -next 2/2] ARM: pxa: Remove obsoleted declaration for pxa_set_keypad_info
Gaosheng Cui
cuigaosheng1 at huawei.com
Sun Aug 25 20:54:21 PDT 2024
The pxa_set_keypad_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 at huawei.com>
---
include/linux/platform_data/keypad-pxa27x.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/platform_data/keypad-pxa27x.h b/include/linux/platform_data/keypad-pxa27x.h
index a376442b9935..d016fbb76f82 100644
--- a/include/linux/platform_data/keypad-pxa27x.h
+++ b/include/linux/platform_data/keypad-pxa27x.h
@@ -68,6 +68,4 @@ struct pxa27x_keypad_platform_data {
void (*clear_wakeup_event)(void);
};
-extern void pxa_set_keypad_info(struct pxa27x_keypad_platform_data *info);
-
#endif /* __ASM_ARCH_PXA27x_KEYPAD_H */
--
2.25.1
More information about the linux-arm-kernel
mailing list