diff options
author | Lee Jones <lee.jones@linaro.org> | 2020-07-13 09:46:35 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-07-15 22:01:58 +0200 |
commit | 614fc2f9883ef2a382493be021e1825a42c1214a (patch) | |
tree | 67added7e28b9f83b4cc334e734308087431118a /drivers/base | |
parent | scsi: aic7xxx: Remove unused variable 'tinfo' (diff) | |
download | linux-614fc2f9883ef2a382493be021e1825a42c1214a.tar.xz linux-614fc2f9883ef2a382493be021e1825a42c1214a.zip |
scsi: aic7xxx: Remove unused variable 'ahc'
Looks as though 'ahc' hasn't been used since 2005.
Fixes the following W=1 kernel build warning(s):
drivers/scsi/aic7xxx/aic7xxx_osm.c: In function ‘ahc_linux_slave_configure’:
drivers/scsi/aic7xxx/aic7xxx_osm.c:674:20: warning: variable ‘ahc’ set but not used [-Wunused-but-set-variable]
674 | struct ahc_softc *ahc;
| ^~~
Link: https://lore.kernel.org/r/20200713074645.126138-20-lee.jones@linaro.org
Cc: Hannes Reinecke <hare@suse.com>
Cc: "Daniel M. Eischen" <deischen@iworks.InterWorks.org>
Cc: Doug Ledford <dledford@redhat.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions