patch-2.4.9 linux/drivers/block/acsi.c

Next file: linux/drivers/bluetooth/hci_emu.c
Previous file: linux/drivers/acorn/scsi/acornscsi.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/drivers/block/acsi.c linux/drivers/block/acsi.c
@@ -292,9 +292,6 @@
 		cmd[4] = (len);							\
 	} while(0)
 
-#define min(a,b)	(((a)<(b))?(a):(b))
-
-
 /* ACSI errors (from REQUEST SENSE); There are two tables, one for the
  * old Atari disks and one for SCSI on ACSI disks.
  */

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