diff options
Diffstat (limited to 'drivers/input/mouse/lifebook.h')
| -rw-r--r-- | drivers/input/mouse/lifebook.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/input/mouse/lifebook.h b/drivers/input/mouse/lifebook.h index 407cb226bc0a..4c4326c6f504 100644 --- a/drivers/input/mouse/lifebook.h +++ b/drivers/input/mouse/lifebook.h | |||
| @@ -12,9 +12,13 @@ | |||
| 12 | #define _LIFEBOOK_H | 12 | #define _LIFEBOOK_H |
| 13 | 13 | ||
| 14 | #ifdef CONFIG_MOUSE_PS2_LIFEBOOK | 14 | #ifdef CONFIG_MOUSE_PS2_LIFEBOOK |
| 15 | void lifebook_module_init(void); | ||
| 15 | int lifebook_detect(struct psmouse *psmouse, bool set_properties); | 16 | int lifebook_detect(struct psmouse *psmouse, bool set_properties); |
| 16 | int lifebook_init(struct psmouse *psmouse); | 17 | int lifebook_init(struct psmouse *psmouse); |
| 17 | #else | 18 | #else |
| 19 | inline void lifebook_module_init(void) | ||
| 20 | { | ||
| 21 | } | ||
| 18 | inline int lifebook_detect(struct psmouse *psmouse, bool set_properties) | 22 | inline int lifebook_detect(struct psmouse *psmouse, bool set_properties) |
| 19 | { | 23 | { |
| 20 | return -ENOSYS; | 24 | return -ENOSYS; |
