summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Arfvidson <erik.arfvidson@unisys.com>2016-09-02 16:41:26 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-12 13:24:13 +0200
commit992d03d91b4cdc141957d2876ab75d83a30d18bc (patch)
treeefb7b9e35fe08ef0fabe63a03f65c49429507396
parentf6376a59017847bb107b01f17bf6594c65901c03 (diff)
downloadop-kernel-dev-992d03d91b4cdc141957d2876ab75d83a30d18bc.zip
op-kernel-dev-992d03d91b4cdc141957d2876ab75d83a30d18bc.tar.gz
staging: unisys: visorbus_main.c remove unused pound defines
This removes two unused pound defines in the visorbus_main.c file. Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/unisys/visorbus/visorbus_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c b/drivers/staging/unisys/visorbus/visorbus_main.c
index 293532f..a100c79 100644
--- a/drivers/staging/unisys/visorbus/visorbus_main.c
+++ b/drivers/staging/unisys/visorbus/visorbus_main.c
@@ -29,13 +29,10 @@
static int visorbus_forcematch;
static int visorbus_forcenomatch;
-#define SERIALLOOPBACKCHANADDR (100 * 1024 * 1024)
-
/* Display string that is guaranteed to be no longer the 99 characters*/
#define LINESIZE 99
#define CURRENT_FILE_PC VISOR_BUS_PC_visorbus_main_c
-#define POLLJIFFIES_TESTWORK 100
#define POLLJIFFIES_NORMALCHANNEL 10
static int busreg_rc = -ENODEV; /* stores the result from bus registration */
OpenPOWER on IntegriCloud