summaryrefslogtreecommitdiff
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorJon Frisch <jon.frisch@unisys.com>2016-09-19 17:09:16 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-20 13:26:20 +0200
commit41ef5e5a4ad5044841296098b90b4f9da0d264f4 (patch)
treece196c819812eecc05409c05dab24702925f239d /drivers/staging/unisys
parent79cb2b26f54e8831342f3598393bb894e15c01f6 (diff)
staging: unisys: visorbus remove unused module parameter
This patch removes the unused module parameter visorchipset_visorbusregwait Signed-off-by: Jon Frisch <jon.frisch@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/visorbus/visorchipset.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c
index ad8a40767967..656583e44cde 100644
--- a/drivers/staging/unisys/visorbus/visorchipset.c
+++ b/drivers/staging/unisys/visorbus/visorchipset.c
@@ -50,7 +50,6 @@
* Module parameters
*/
static int visorchipset_major;
-static int visorchipset_visorbusregwait = 1; /* default is on */
static unsigned long controlvm_payload_bytes_buffered;
static u32 dump_vhba_bus;
@@ -2311,9 +2310,6 @@ static void exit_unisys(void)
module_param_named(major, visorchipset_major, int, S_IRUGO);
MODULE_PARM_DESC(visorchipset_major,
"major device number to use for the device node");
-module_param_named(visorbusregwait, visorchipset_visorbusregwait, int, S_IRUGO);
-MODULE_PARM_DESC(visorchipset_visorbusregwait,
- "1 to have the module wait for the visor bus to register");
module_init(init_unisys);
module_exit(exit_unisys);