diff options
author | imp <imp@FreeBSD.org> | 2014-08-08 11:47:04 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2014-08-08 11:47:04 +0000 |
commit | d3e339bcd825716ef8a8784e3cda8e726e6299f8 (patch) | |
tree | 836c8253e5fa7866d70a7ca2f6b9eb9b7fb1a0d1 /sys/dev/aic7xxx | |
parent | bd93942a762c4ee549f32b5079be737a69aa4c1f (diff) | |
download | FreeBSD-src-d3e339bcd825716ef8a8784e3cda8e726e6299f8.zip FreeBSD-src-d3e339bcd825716ef8a8784e3cda8e726e6299f8.tar.gz |
shared_scb_data set, but never used, remove it.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r-- | sys/dev/aic7xxx/aic79xx_pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/aic79xx_pci.c b/sys/dev/aic7xxx/aic79xx_pci.c index 2f02cc6..cb2dbc3 100644 --- a/sys/dev/aic7xxx/aic79xx_pci.c +++ b/sys/dev/aic7xxx/aic79xx_pci.c @@ -320,14 +320,12 @@ ahd_find_pci_device(aic_dev_softc_t pci) int ahd_pci_config(struct ahd_softc *ahd, struct ahd_pci_identity *entry) { - struct scb_data *shared_scb_data; u_int command; uint32_t devconfig; uint16_t device; uint16_t subvendor; int error; - shared_scb_data = NULL; ahd->description = entry->name; /* * Record if this is a HostRAID board. |