diff options
author | Richard Knutsson <ricknu-0@student.ltu.se> | 2007-03-17 19:58:23 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-03-20 12:27:03 -0400 |
commit | 5f9279f23913045c810eeb4ab03c694c46231f75 (patch) | |
tree | 305edc807c589b9aef8d64d2d5c8111f96142c0c | |
parent | 6c5f8ce1fb7e8925d957f754a9513911399791b9 (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.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/scsi/eata_generic.h b/drivers/scsi/eata_generic.h index 635c14861f86..5016af5cf860 100644 --- a/drivers/scsi/eata_generic.h +++ b/drivers/scsi/eata_generic.h | |||
@@ -18,13 +18,6 @@ | |||
18 | * Misc. definitions * | 18 | * Misc. definitions * |
19 | *********************************************/ | 19 | *********************************************/ |
20 | 20 | ||
21 | #ifndef TRUE | ||
22 | #define TRUE 1 | ||
23 | #endif | ||
24 | #ifndef FALSE | ||
25 | #define FALSE 0 | ||
26 | #endif | ||
27 | |||
28 | #define R_LIMIT 0x20000 | 21 | #define R_LIMIT 0x20000 |
29 | 22 | ||
30 | #define MAXISA 4 | 23 | #define MAXISA 4 |