patch-2.4.9 linux/drivers/video/cyberfb.h

Next file: linux/drivers/video/fbcon-sti.c
Previous file: linux/drivers/video/cyber2000fb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/drivers/video/cyberfb.h linux/drivers/video/cyberfb.h
@@ -100,14 +100,6 @@
 
 /**************************************************/
 
-#ifndef min
-#define min(a,b)	((a) < (b) ? (a) : (b))
-#endif /* !min */
-
-#ifndef max
-#define max(a,b)	((a) > (b) ? (a) : (b))
-#endif /* !max */
-
 /* support for a BitBlt operation. The op-codes are identical
    to X11 GCs */
 #define	GRFBBOPclear		0x0	/* 0 */

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