Skip to content

Commit

Permalink
[SCSI] eata_pio: Remove FALSE/TRUE defines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Richard Knutsson authored and James Bottomley committed Mar 20, 2007
1 parent 6c5f8ce commit 5f9279f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/scsi/eata_generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f9279f

Please sign in to comment.