From: Richard Knutsson Date: Sat, 17 Mar 2007 23:58:23 +0000 (+0100) Subject: [SCSI] eata_pio: Remove FALSE/TRUE defines X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5f9279f23913045c810eeb4ab03c694c46231f75;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [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 Signed-off-by: James Bottomley --- 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 @@ * Misc. definitions * *********************************************/ -#ifndef TRUE -#define TRUE 1 -#endif -#ifndef FALSE -#define FALSE 0 -#endif - #define R_LIMIT 0x20000 #define MAXISA 4