diff options
Diffstat (limited to 'drivers/hid/hid-lg.h')
-rw-r--r-- | drivers/hid/hid-lg.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hid/hid-lg.h b/drivers/hid/hid-lg.h index 27ae750ca878..8069c3e8b64a 100644 --- a/drivers/hid/hid-lg.h +++ b/drivers/hid/hid-lg.h | |||
@@ -15,4 +15,10 @@ int lg2ff_init(struct hid_device *hdev); | |||
15 | static inline int lg2ff_init(struct hid_device *hdev) { return -1; } | 15 | static inline int lg2ff_init(struct hid_device *hdev) { return -1; } |
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | #ifdef CONFIG_LOGIG940_FF | ||
19 | int lg3ff_init(struct hid_device *hdev); | ||
20 | #else | ||
21 | static inline int lg3ff_init(struct hid_device *hdev) { return -1; } | ||
22 | #endif | ||
23 | |||
18 | #endif | 24 | #endif |