aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor@insightbb.com>2007-02-18 01:44:58 -0500
committerDmitry Torokhov <dtor@insightbb.com>2007-02-18 01:44:58 -0500
commit62b529a7b9c11880a8820494a25db0e2ecdf3bed (patch)
treea0beb325472c8ea07579c46e6cccb2f9e8f41b9d /drivers/input/keyboard
parentInput: HIL - fix improper call to release_region() (diff)
downloadlinux-dev-62b529a7b9c11880a8820494a25db0e2ecdf3bed.tar.xz
linux-dev-62b529a7b9c11880a8820494a25db0e2ecdf3bed.zip
Input: remove obsolete setup parameters from input drivers
They have been marked as __obsolete_setup() for several years, it is time for them to go. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/keyboard')
-rw-r--r--drivers/input/keyboard/atkbd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
index c621a9177a56..663877076bc7 100644
--- a/drivers/input/keyboard/atkbd.c
+++ b/drivers/input/keyboard/atkbd.c
@@ -63,10 +63,6 @@ static int atkbd_extra;
module_param_named(extra, atkbd_extra, bool, 0);
MODULE_PARM_DESC(extra, "Enable extra LEDs and keys on IBM RapidAcces, EzKey and similar keyboards");
-__obsolete_setup("atkbd_set=");
-__obsolete_setup("atkbd_reset");
-__obsolete_setup("atkbd_softrepeat=");
-
/*
* Scancode to keycode tables. These are just the default setting, and
* are loadable via an userland utility.