Message ID | 20240826035421.4039039-3-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/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 */
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@huawei.com> --- include/linux/platform_data/keypad-pxa27x.h | 2 -- 1 file changed, 2 deletions(-)