Commit 33078257 authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman

staging: unisys: get rid of serialloopbacktest

serialloopbacktest is no longer supported. Get rid of it.
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 15dd144c
...@@ -35,7 +35,6 @@ int visorbus_forcenomatch; ...@@ -35,7 +35,6 @@ int visorbus_forcenomatch;
#define MAXDEVICETEST 4 #define MAXDEVICETEST 4
int visorbus_devicetest; int visorbus_devicetest;
int visorbus_debugref; int visorbus_debugref;
int visorbus_serialloopbacktest;
#define SERIALLOOPBACKCHANADDR (100 * 1024 * 1024) #define SERIALLOOPBACKCHANADDR (100 * 1024 * 1024)
/** This is the private data that we store for each bus device instance. /** This is the private data that we store for each bus device instance.
...@@ -2131,12 +2130,6 @@ module_param_named(debugref, visorbus_debugref, int, S_IRUGO); ...@@ -2131,12 +2130,6 @@ module_param_named(debugref, visorbus_debugref, int, S_IRUGO);
MODULE_PARM_DESC(visorbus_debugref, "1 to debug reference counting"); MODULE_PARM_DESC(visorbus_debugref, "1 to debug reference counting");
int visorbus_debugref = 0; int visorbus_debugref = 0;
module_param_named(serialloopbacktest, visorbus_serialloopbacktest,
int, S_IRUGO);
MODULE_PARM_DESC(visorbus_serialloopbacktest,
"non-0 to just create 2 serial devices on the same channel");
int visorbus_serialloopbacktest = 0;
MODULE_AUTHOR("Unisys"); MODULE_AUTHOR("Unisys");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Supervisor bus driver for service partition: ver " VERSION); MODULE_DESCRIPTION("Supervisor bus driver for service partition: ver " VERSION);
......
...@@ -2642,7 +2642,7 @@ visorchipset_file_init(dev_t major_dev, struct visorchannel **controlvm_channel) ...@@ -2642,7 +2642,7 @@ visorchipset_file_init(dev_t major_dev, struct visorchannel **controlvm_channel)
static int __init static int __init
visorchipset_init(void) visorchipset_init(void)
{ {
int rc = 0, x = 0; int rc = 0;
HOSTADDRESS addr; HOSTADDRESS addr;
if (!unisys_spar_platform) if (!unisys_spar_platform)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment