Field is now unused, so remove it. Signed-off-by: Hannes Reinecke <hare@xxxxxxx> --- include/scsi/scsi_host.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index af7ad0e..dcf17dc 100644 --- a/include/scsi/scsi_host.h +++ b/include/scsi/scsi_host.h @@ -596,9 +596,8 @@ struct Scsi_Host { unsigned int host_busy; /* commands actually active on low-level */ unsigned int host_failed; /* commands that failed. */ unsigned int host_eh_scheduled; /* EH scheduled without command */ - + unsigned int host_no; /* Used for IOCTL_GET_IDLUN, /proc/scsi et al. */ - unsigned long last_reset; /* * These three parameters can be used to allow for wide scsi, -- 1.7.12.4 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html