Commit 992d03d9 authored by Erik Arfvidson's avatar Erik Arfvidson Committed by Greg Kroah-Hartman
Browse files

staging: unisys: visorbus_main.c remove unused pound defines



This removes two unused pound defines in the visorbus_main.c
file.

Signed-off-by: default avatarErik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f6376a59
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */