]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] ide-proc.c: remove unused MIN() macro
authorBartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl>
Thu, 26 Feb 2004 04:50:08 +0000 (20:50 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 26 Feb 2004 04:50:08 +0000 (20:50 -0800)
drivers/ide/ide-proc.c

index 8f52e4a11401885c5d426f5013f02ccaa8c545da..7ce401ffc06c5c0d5788331597092d1cfe253604 100644 (file)
 
 #include <asm/io.h>
 
-#ifndef MIN
-#define MIN(a,b) (((a) < (b)) ? (a) : (b))
-#endif
-
 static int ide_getxdigit(char c)
 {
        int digit;