aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hid.h
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2009-03-18 04:13:37 -0400
committerJiri Kosina <jkosina@suse.cz>2009-03-30 09:12:54 -0400
commitafa5eb7c68689ced4284f01c96feed44a2d0a127 (patch)
tree3c92a5ec36a82c08a85aae918c7f29252562e2aa /include/linux/hid.h
parentb2ddd54e19dfff559a02ec8e7e532357b3f09849 (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 'include/linux/hid.h')
-rw-r--r--include/linux/hid.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index a46cda488695..a46cbea71d65 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -792,21 +792,5 @@ dbg_hid(const char *fmt, ...)
792 __FILE__ , ## arg) 792 __FILE__ , ## arg)
793#endif /* HID_FF */ 793#endif /* HID_FF */
794 794
795#ifdef __KERNEL__
796#ifdef CONFIG_HID_COMPAT
797#define HID_COMPAT_LOAD_DRIVER(name) \
798/* prototype to avoid sparse warning */ \
799extern void hid_compat_##name(void); \
800void hid_compat_##name(void) { } \
801EXPORT_SYMBOL(hid_compat_##name)
802#else
803#define HID_COMPAT_LOAD_DRIVER(name)
804#endif /* HID_COMPAT */
805#define HID_COMPAT_CALL_DRIVER(name) do { \
806 extern void hid_compat_##name(void); \
807 hid_compat_##name(); \
808} while (0)
809#endif /* __KERNEL__ */
810
811#endif 795#endif
812 796