[SCSI] eata_pio: Remove FALSE/TRUE defines
authorRichard Knutsson <ricknu-0@student.ltu.se>
Sat, 17 Mar 2007 23:58:23 +0000 (00:58 +0100)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Tue, 20 Mar 2007 16:27:03 +0000 (11:27 -0500)
eata_generic.h is only included by eata_pio.c and it only uses
FALSE/TRUE in comments.

Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/eata_generic.h

index 635c148..5016af5 100644 (file)
  * Misc. definitions                        *
  *********************************************/
 
-#ifndef TRUE
-#define TRUE 1
-#endif
-#ifndef FALSE
-#define FALSE 0
-#endif
-
 #define R_LIMIT 0x20000
 
 #define MAXISA    4