Merge branch 'for-2638/i2c/ocores' into for-linus/i2c-2638
[deliverable/linux.git] / drivers / hid / hid-lg.h
index ce2ac86726245e984829680ba64a77d5bd38a5f2..b0100ba2ae0b2f8b16b4f84b64e2f40fea7f40b6 100644 (file)
@@ -19,4 +19,10 @@ int lg3ff_init(struct hid_device *hdev);
 static inline int lg3ff_init(struct hid_device *hdev) { return -1; }
 #endif
 
+#ifdef CONFIG_LOGIWII_FF
+int lg4ff_init(struct hid_device *hdev);
+#else
+static inline int lg4ff_init(struct hid_device *hdev) { return -1; }
+#endif
+
 #endif
This page took 0.0473 seconds and 5 git commands to generate.