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>
This commit is contained in:
@@ -50,8 +50,6 @@ static int amijoy[2] = { 0, 1 };
|
||||
module_param_array_named(map, amijoy, uint, NULL, 0);
|
||||
MODULE_PARM_DESC(map, "Map of attached joysticks in form of <a>,<b> (default is 0,1)");
|
||||
|
||||
__obsolete_setup("amijoy=");
|
||||
|
||||
static int amijoy_used;
|
||||
static DEFINE_MUTEX(amijoy_mutex);
|
||||
static struct input_dev *amijoy_dev[2];
|
||||
|
Reference in New Issue
Block a user