summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-08-08 11:47:04 +0000
committerimp <imp@FreeBSD.org>2014-08-08 11:47:04 +0000
commitd3e339bcd825716ef8a8784e3cda8e726e6299f8 (patch)
tree836c8253e5fa7866d70a7ca2f6b9eb9b7fb1a0d1 /sys/dev/aic7xxx
parentbd93942a762c4ee549f32b5079be737a69aa4c1f (diff)
downloadFreeBSD-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.c2
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.
OpenPOWER on IntegriCloud