commit | d0be4a7d29ad0bd3ce2209dd9e46d410b632db59 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Oct 31 18:31:40 2005 +0100 |
committer | James Bottomley <jejb@mulgrave.(none)> | Wed Nov 09 15:44:09 2005 -0500 |
tree | a76b11820f03826b1a32b8e9117eb57e19874776 | |
parent | c0ed79a331caa68ac027dd6afc02bb5b58ef2798 [diff] [blame] |
[SCSI] remove Scsi_Host_Template typedef Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
diff --git a/drivers/scsi/aha1740.c b/drivers/scsi/aha1740.c index 8f85dcc..4b8c6a5 100644 --- a/drivers/scsi/aha1740.c +++ b/drivers/scsi/aha1740.c
@@ -570,7 +570,7 @@ return 0; } -static Scsi_Host_Template aha1740_template = { +static struct scsi_host_template aha1740_template = { .module = THIS_MODULE, .proc_name = "aha1740", .proc_info = aha1740_proc_info,