diff options
author | akpm@osdl.org <akpm@osdl.org> | 2005-08-09 00:49:48 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-08-12 13:28:10 -0400 |
commit | 0336ee5aed1f9a5a6a04e3deabd7797dc193ccd3 (patch) | |
tree | 12da0bcd4d7a6fe42c5f0f573fea2b8f87b6cff9 /drivers/scsi/aic7xxx/aic7770.c | |
parent | 6becdff3bcaff1b89c392cf0630dcb5759704492 (diff) |
[SCSI] fix warning in aic7770.c
From: "Martin J. Bligh" <mbligh@mbligh.org>
drivers/scsi/aic7xxx/aic7770.c: In function `aic7770_config':
drivers/scsi/aic7xxx/aic7770.c:129: warning: unused variable `l'
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7770.c')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7770.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic7770.c b/drivers/scsi/aic7xxx/aic7770.c index 00f3bd1e181e..527efd36f5c1 100644 --- a/drivers/scsi/aic7xxx/aic7770.c +++ b/drivers/scsi/aic7xxx/aic7770.c | |||
@@ -126,7 +126,6 @@ aic7770_find_device(uint32_t id) | |||
126 | int | 126 | int |
127 | aic7770_config(struct ahc_softc *ahc, struct aic7770_identity *entry, u_int io) | 127 | aic7770_config(struct ahc_softc *ahc, struct aic7770_identity *entry, u_int io) |
128 | { | 128 | { |
129 | u_long l; | ||
130 | int error; | 129 | int error; |
131 | int have_seeprom; | 130 | int have_seeprom; |
132 | u_int hostconf; | 131 | u_int hostconf; |