]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/aic7xxx/aic79xx.h
[SCSI] drivers/scsi: Handcrafted MIN/MAX macro removal
[linux-2.6-omap-h63xx.git] / drivers / scsi / aic7xxx / aic79xx.h
index df3346b5caf8a722fe14c2b137401ab5a3978da3..c58ac6a87306dab9cd7bc22d464b5640a84e36d6 100644 (file)
@@ -53,14 +53,6 @@ struct ahd_platform_data;
 struct scb_platform_data;
 
 /****************************** Useful Macros *********************************/
-#ifndef MAX
-#define MAX(a,b) (((a) > (b)) ? (a) : (b))
-#endif
-
-#ifndef MIN
-#define MIN(a,b) (((a) < (b)) ? (a) : (b))
-#endif
-
 #ifndef TRUE
 #define TRUE 1
 #endif