patch-2.4.9 linux/drivers/usb/storage/datafab.h

Next file: linux/drivers/usb/storage/jumpshot.c
Previous file: linux/drivers/usb/storage/datafab.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/drivers/usb/storage/datafab.h linux/drivers/usb/storage/datafab.h
@@ -24,8 +24,6 @@
 #ifndef _USB_DATAFAB_MDCFE_B_H
 #define _USB_DATAFAB_MDCFE_B_H
 
-#define min(a,b) (((a)<(b))?(a):(b))  // this is defined in tons of header files, i wish it had a standard single definition...
-
 extern int datafab_transport(Scsi_Cmnd *srb, struct us_data *us);
 
 struct datafab_info {

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