2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-10 06:34:17 +08:00

staging: unisys: get rid of serialloopbacktest

serialloopbacktest is no longer supported. Get rid of it.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
David Kershner 2015-05-05 18:36:48 -04:00 committed by Greg Kroah-Hartman
parent 15dd144c3b
commit 330782577e
2 changed files with 1 additions and 8 deletions

View File

@ -35,7 +35,6 @@ int visorbus_forcenomatch;
#define MAXDEVICETEST 4
int visorbus_devicetest;
int visorbus_debugref;
int visorbus_serialloopbacktest;
#define SERIALLOOPBACKCHANADDR (100 * 1024 * 1024)
/** 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);
MODULE_PARM_DESC(visorbus_debugref, "1 to debug reference counting");
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_LICENSE("GPL");
MODULE_DESCRIPTION("Supervisor bus driver for service partition: ver " VERSION);

View File

@ -2642,7 +2642,7 @@ visorchipset_file_init(dev_t major_dev, struct visorchannel **controlvm_channel)
static int __init
visorchipset_init(void)
{
int rc = 0, x = 0;
int rc = 0;
HOSTADDRESS addr;
if (!unisys_spar_platform)