drivers/net/tlan: Remove TRUE/FALSE defines, use bool

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Joe Perches
2010-01-12 20:59:13 +00:00
committed by David S. Miller
parent a60389abaa
commit 37fce430dd
2 changed files with 14 additions and 17 deletions

View File

@@ -31,9 +31,6 @@
*
****************************************************************/
#define FALSE 0
#define TRUE 1
#define TLAN_MIN_FRAME_SIZE 64
#define TLAN_MAX_FRAME_SIZE 1600