Consolidate bool type
[platform/kernel/u-boot.git] / drivers / block / sata_dwc.h
index 204d644..e4e4ab1 100644 (file)
@@ -467,11 +467,4 @@ struct ata_port {
        unsigned char           *pdata;
 };
 
-#ifndef TRUE
-#define TRUE 1
-#endif
-#ifndef FALSE
-#define FALSE 0
-#endif
-
 #endif