ChangeSet 1.1608.24.10, 2004/02/26 14:18:38-08:00, [EMAIL PROTECTED] [PATCH] USB Storage: Remove unneeded macro
This one-liner removes an unneeded macro. drivers/usb/storage/usb.h | 1 - 1 files changed, 1 deletion(-) diff -Nru a/drivers/usb/storage/usb.h b/drivers/usb/storage/usb.h --- a/drivers/usb/storage/usb.h Tue Mar 16 15:06:32 2004 +++ b/drivers/usb/storage/usb.h Tue Mar 16 15:06:32 2004 @@ -176,6 +176,5 @@ * single queue element srb for write access */ #define scsi_unlock(host) spin_unlock_irq(host->host_lock) #define scsi_lock(host) spin_lock_irq(host->host_lock) -#define sg_address(psg) (page_address((psg).page) + (psg).offset) #endif ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
