]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: unisys: visorbus_main.c remove unused pound defines
authorErik Arfvidson <erik.arfvidson@unisys.com>
Fri, 2 Sep 2016 20:41:26 +0000 (16:41 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Sep 2016 11:24:13 +0000 (13:24 +0200)
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>
drivers/staging/unisys/visorbus/visorbus_main.c

index 293532f0650b4271bb96dc9fed9a00d7a95f0291..a100c796532b1e06d74bb57f41193f5edede86b4 100644 (file)
 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 */