aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Knutsson <ricknu-0@student.ltu.se>2007-03-18 00:58:23 +0100
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2007-03-20 11:27:03 -0500
commit5f9279f23913045c810eeb4ab03c694c46231f75 (patch)
tree305edc807c589b9aef8d64d2d5c8111f96142c0c
parent6c5f8ce1fb7e8925d957f754a9513911399791b9 (diff)
[SCSI] eata_pio: Remove FALSE/TRUE defines
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>
-rw-r--r--drivers/scsi/eata_generic.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/scsi/eata_generic.h b/drivers/scsi/eata_generic.h
index 635c14861f8..5016af5cf86 100644
--- a/drivers/scsi/eata_generic.h
+++ b/drivers/scsi/eata_generic.h
@@ -18,13 +18,6 @@
* Misc. definitions *
*********************************************/
-#ifndef TRUE
-#define TRUE 1
-#endif
-#ifndef FALSE
-#define FALSE 0
-#endif
-
#define R_LIMIT 0x20000
#define MAXISA 4