From eb034a7998956bffdd2acccb7fddfc114c913120 Mon Sep 17 00:00:00 2001 From: Richard Knutsson Date: Sat, 19 May 2007 22:18:10 +0200 Subject: tulip: Convert to generic boolean Signed-off-by: Richard Knutsson Signed-off-by: Jeff Garzik --- drivers/net/tulip/de4x5.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'drivers/net/tulip/de4x5.h') diff --git a/drivers/net/tulip/de4x5.h b/drivers/net/tulip/de4x5.h index 57226e5eb8a6..12af0cc037fb 100644 --- a/drivers/net/tulip/de4x5.h +++ b/drivers/net/tulip/de4x5.h @@ -892,15 +892,6 @@ #define ALL 0 /* Clear out all the setup frame */ #define PHYS_ADDR_ONLY 1 /* Update the physical address only */ -/* -** Booleans -*/ -#define NO 0 -#define FALSE 0 - -#define YES ~0 -#define TRUE ~0 - /* ** Adapter state */ -- cgit v1.2.1