mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 00:47:56 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f6376a5901
commit
992d03d91b
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user