From 992d03d91b4cdc141957d2876ab75d83a30d18bc Mon Sep 17 00:00:00 2001 From: Erik Arfvidson Date: Fri, 2 Sep 2016 16:41:26 -0400 Subject: [PATCH] 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 Signed-off-by: David Kershner Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/visorbus/visorbus_main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c b/drivers/staging/unisys/visorbus/visorbus_main.c index 293532f0650b..a100c796532b 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 */ -- 2.39.5