aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2008-09-18 12:23:32 +0200
committerJiri Kosina <jkosina@suse.cz>2008-10-14 23:51:01 +0200
commit987fbc1f7d446f4bf7063d3b756ae29db80be75e (patch)
tree84e4057e429857b9a624b612b1180798c7893268 /include
parentHID: move thrustmaster FF processing (diff)
downloadlinux-dev-987fbc1f7d446f4bf7063d3b756ae29db80be75e.tar.xz
linux-dev-987fbc1f7d446f4bf7063d3b756ae29db80be75e.zip
HID: move zeroplus FF processing
Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include')
-rw-r--r--include/linux/hid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 8266e50637b4..0773ba6a66f2 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -760,7 +760,6 @@ void usbhid_set_leds(struct hid_device *hid);
#ifdef CONFIG_HID_FF
int hid_ff_init(struct hid_device *hid);
-int hid_zpff_init(struct hid_device *hid);
#ifdef CONFIG_HID_PID
int hid_pidff_init(struct hid_device *hid);
#else