patch-2.4.9 linux/drivers/video/amifb.c
Next file: linux/drivers/video/controlfb.c
Previous file: linux/drivers/video/acornfb.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed Aug 15 01:22:16 2001
- Orig file:
v2.4.8/linux/drivers/video/amifb.c
- Orig date:
Wed Apr 18 11:49:12 2001
diff -u --recursive --new-file v2.4.8/linux/drivers/video/amifb.c linux/drivers/video/amifb.c
@@ -592,9 +592,6 @@
((((long)((unsigned long long)x1 >> 8) % x2) << 8) / x2))
#endif
-#define min(a, b) ((a) < (b) ? (a) : (b))
-#define max(a, b) ((a) > (b) ? (a) : (b))
-
#define highw(x) ((u_long)(x)>>16 & 0xffff)
#define loww(x) ((u_long)(x) & 0xffff)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)