1 Mar 2005 01:31
[2.6 patch] SCSI: cleanups
Adrian Bunk <bunk <at> stusta.de>
2005-03-01 00:31:30 GMT
2005-03-01 00:31:30 GMT
Updated patch: <-- snip --> This patch contains the following cleanups: - make needlessly global code static - remove the following unused functions: - scsi.h: print_driverbyte - scsi.h: print_hostbyte - #if 0 the following unused functions: - constants.c: scsi_print_hostbyte - constants.c: scsi_print_driverbyte - remove the following unneeded EXPORT_SYMBOL's: - hosts.c: scsi_host_lookup - scsi.c: scsi_device_cancel - scsi_lib.c: scsi_device_resume Signed-off-by: Adrian Bunk <bunk <at> stusta.de> --- drivers/scsi/constants.c | 4 ++++ drivers/scsi/hosts.c | 3 +-- drivers/scsi/scsi.c | 9 +++++---- drivers/scsi/scsi.h | 8 -------- drivers/scsi/scsi_debug.c | 2 +- drivers/scsi/scsi_lib.c | 5 ++--- drivers/scsi/scsi_priv.h | 4 ---- drivers/scsi/scsi_sysfs.c | 4 ++-- include/scsi/scsi_dbg.h | 2 --(Continue reading)
RSS Feed