patch-2.4.9 linux/drivers/net/wan/comx.h
Next file: linux/drivers/net/wan/cosa.c
Previous file: linux/drivers/net/wan/comx.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Aug 15 01:22:15 2001
- Orig file:
v2.4.8/linux/drivers/net/wan/comx.h
- Orig date:
Mon Dec 11 13:38:29 2000
diff -u --recursive --new-file v2.4.8/linux/drivers/net/wan/comx.h linux/drivers/net/wan/comx.h
@@ -190,14 +190,6 @@
#endif
-#ifndef min
-#define min(a,b) ((a) > (b) ? (b) : (a))
-#endif
-#ifndef max
-#define max(a,b) ((a) > (b) ? (a) : (b))
-#endif
-
-
#define COMX_CHANNEL(dev) ((struct comx_channel*)dev->priv)
#define TWIN(dev) (COMX_CHANNEL(dev)->twin)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)