mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 12:11:59 +00:00
0f1142a514
This patch allows us to drop the OMAP dependency from the OMAP4 keypad driver. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Sourav Poddar <sourav.poddar@ti.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
7 lines
181 B
C
7 lines
181 B
C
#ifndef ARCH_ARM_PLAT_OMAP4_KEYPAD_H
|
|
#define ARCH_ARM_PLAT_OMAP4_KEYPAD_H
|
|
|
|
extern int omap4_keyboard_init(struct omap4_keypad_platform_data *,
|
|
struct omap_board_data *);
|
|
#endif
|