diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-09-18 12:23:33 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 23:51:01 +0200 |
commit | 76483cf4d0efbc35eaf9905a437f2f1be0221360 (patch) | |
tree | 3c5e2316ee8f8c9adb4a3fabea0ef709eb0e8f5b /drivers/hid/usbhid/Makefile | |
parent | 987fbc1f7d446f4bf7063d3b756ae29db80be75e (diff) | |
download | linux-76483cf4d0efbc35eaf9905a437f2f1be0221360.tar.gz linux-76483cf4d0efbc35eaf9905a437f2f1be0221360.tar.xz |
HID: remove hid-ff
hid-ff.c now calls only pidff (generic driver), the special ones are now
in separate drivers. Invoke pidff on all non-special directly.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/usbhid/Makefile')
-rw-r--r-- | drivers/hid/usbhid/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/hid/usbhid/Makefile b/drivers/hid/usbhid/Makefile index 5c460fcdd75c..1329ecb37a1c 100644 --- a/drivers/hid/usbhid/Makefile +++ b/drivers/hid/usbhid/Makefile @@ -13,9 +13,6 @@ endif ifeq ($(CONFIG_HID_PID),y) usbhid-objs += hid-pidff.o endif -ifeq ($(CONFIG_HID_FF),y) - usbhid-objs += hid-ff.o -endif obj-$(CONFIG_USB_HID) += usbhid.o obj-$(CONFIG_USB_KBD) += usbkbd.o |