commit | 3715ade981d524f9bb3b851a1eb81d3604a873bc | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Thu Jul 31 11:09:37 2008 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Tue Oct 14 23:50:54 2008 +0200 |
tree | a3daee2e0b696ca5ee3255fa76d2f5ba062ed739 | |
parent | 980a3da6acdd577ee3ae192e868dc52fe4b7f2e5 [diff] [blame] |
HID: remove hid-input-quirks Remove the file since these is no user now. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 735c371..0141ff8 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile
@@ -1,7 +1,7 @@ # # Makefile for the HID driver # -hid-objs := hid-core.o hid-input.o hid-input-quirks.o +hid-objs := hid-core.o hid-input.o obj-$(CONFIG_HID) += hid.o