diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2009-03-18 04:13:37 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:12:54 -0400 |
commit | afa5eb7c68689ced4284f01c96feed44a2d0a127 (patch) | |
tree | 3c92a5ec36a82c08a85aae918c7f29252562e2aa /drivers/hid/Makefile | |
parent | b2ddd54e19dfff559a02ec8e7e532357b3f09849 (diff) |
HID: remove compat stuff
This removal was scheduled and there is no problem with later
distros to adapt for the new bus, thanks to aliases.
module-init-tools map files are deprecated nowadays, so that
the patch which introduced hid ones into the m-i-t won't be
accepted and hence there is no reason for leaving compat stuff in.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index e6b72ed0d70a..1f7cb0fd4505 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
@@ -8,10 +8,6 @@ obj-$(CONFIG_HID) += hid.o | |||
8 | hid-$(CONFIG_HID_DEBUG) += hid-debug.o | 8 | hid-$(CONFIG_HID_DEBUG) += hid-debug.o |
9 | hid-$(CONFIG_HIDRAW) += hidraw.o | 9 | hid-$(CONFIG_HIDRAW) += hidraw.o |
10 | 10 | ||
11 | ifdef CONFIG_HID_COMPAT | ||
12 | obj-m += hid-dummy.o | ||
13 | endif | ||
14 | |||
15 | hid-logitech-objs := hid-lg.o | 11 | hid-logitech-objs := hid-lg.o |
16 | ifdef CONFIG_LOGITECH_FF | 12 | ifdef CONFIG_LOGITECH_FF |
17 | hid-logitech-objs += hid-lgff.o | 13 | hid-logitech-objs += hid-lgff.o |