Commit 5f9279f2 authored by Richard Knutsson's avatar Richard Knutsson Committed by James Bottomley

[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: default avatarRichard Knutsson <ricknu-0@student.ltu.se>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 6c5f8ce1
...@@ -18,13 +18,6 @@ ...@@ -18,13 +18,6 @@
* Misc. definitions * * Misc. definitions *
*********************************************/ *********************************************/
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#define R_LIMIT 0x20000 #define R_LIMIT 0x20000
#define MAXISA 4 #define MAXISA 4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment