patch-2.4.9 linux/drivers/net/hamradio/hdlcdrv.c
Next file: linux/drivers/net/hamradio/soundmodem/sm.h
Previous file: linux/drivers/net/hamradio/baycom_ser_hdx.c
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Wed Aug 15 01:22:15 2001
-  Orig file: 
v2.4.8/linux/drivers/net/hamradio/hdlcdrv.c
-  Orig date: 
Wed Apr 18 14:40:06 2001
diff -u --recursive --new-file v2.4.8/linux/drivers/net/hamradio/hdlcdrv.c linux/drivers/net/hamradio/hdlcdrv.c
@@ -95,11 +95,6 @@
 #define PARAM_RETURN    255
 
 /* --------------------------------------------------------------------- */
-
-#define min(a, b) (((a) < (b)) ? (a) : (b))
-#define max(a, b) (((a) > (b)) ? (a) : (b))
-
-/* --------------------------------------------------------------------- */
 /*
  * the CRC routines are stolen from WAMPES
  * by Dieter Deyke
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)