diff options
| author | Jiri Slaby <[email protected]> | 2009-03-18 08:13:37 +0000 |
|---|---|---|
| committer | Jiri Kosina <[email protected]> | 2009-03-30 13:12:54 +0000 |
| commit | afa5eb7c68689ced4284f01c96feed44a2d0a127 (patch) | |
| tree | 3c92a5ec36a82c08a85aae918c7f29252562e2aa /drivers/hid/hid-a4tech.c | |
| parent | HID: constify arrays of struct apple_key_translation (diff) | |
| download | kernel-afa5eb7c68689ced4284f01c96feed44a2d0a127.tar.gz kernel-afa5eb7c68689ced4284f01c96feed44a2d0a127.zip | |
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 <[email protected]>
Cc: Jiri Kosina <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
Diffstat (limited to 'drivers/hid/hid-a4tech.c')
| -rw-r--r-- | drivers/hid/hid-a4tech.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/hid-a4tech.c b/drivers/hid/hid-a4tech.c index ebca00e6c103..42ea359e94cf 100644 --- a/drivers/hid/hid-a4tech.c +++ b/drivers/hid/hid-a4tech.c @@ -158,5 +158,3 @@ static void a4_exit(void) module_init(a4_init); module_exit(a4_exit); MODULE_LICENSE("GPL"); - -HID_COMPAT_LOAD_DRIVER(a4tech); |
