patch-2.4.10 linux/drivers/usb/serial/io_edgeport.h

Next file: linux/drivers/usb/serial/io_usbvend.h
Previous file: linux/drivers/usb/serial/io_edgeport.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/drivers/usb/serial/io_edgeport.h linux/drivers/usb/serial/io_edgeport.h
@@ -25,16 +25,6 @@
 #ifndef FALSE
 	#define FALSE		(0)
 #endif
-#ifndef MIN
-	#define MIN(a,b)	(((a)<(b))?(a):(b))
-#endif
-#ifndef MAX
-	#define MAX(a,b)	(((a)>(b))?(a):(b))
-#endif
-#ifndef max
-	#define max		MAX
-#endif
-
 #ifndef LOW8
 	#define LOW8(a)		((unsigned char)(a & 0xff))
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)