From: Adrian Bunk num_units in struct TAG_TW_Device_Extension is completely unused. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- 25-akpm/drivers/scsi/3w-xxxx.h | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/scsi/3w-xxxx.h~3w-abcdh-tw_device_extension-remove-an-unused-filed drivers/scsi/3w-xxxx.h --- 25/drivers/scsi/3w-xxxx.h~3w-abcdh-tw_device_extension-remove-an-unused-filed 2005-01-16 00:31:19.697684888 -0800 +++ 25-akpm/drivers/scsi/3w-xxxx.h 2005-01-16 00:31:19.701684280 -0800 @@ -397,7 +397,6 @@ typedef struct TAG_TW_Device_Extension { unsigned long *alignment_virtual_address[TW_Q_LENGTH]; unsigned long alignment_physical_address[TW_Q_LENGTH]; int is_unit_present[TW_MAX_UNITS]; - int num_units; unsigned long *command_packet_virtual_address[TW_Q_LENGTH]; unsigned long command_packet_physical_address[TW_Q_LENGTH]; struct pci_dev *tw_pci_dev; _