summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-12-28 00:53:20 +0000
committerdim <dim@FreeBSD.org>2013-12-28 00:53:20 +0000
commit9536e2a9187226ed9f8f19894519e40b9b6b5f1f (patch)
treeb74078d10b31b8486cbda8ef1737c974a77be957
parent8bd563e1586adb02b5724489e4a7e816f0554a68 (diff)
downloadFreeBSD-src-9536e2a9187226ed9f8f19894519e40b9b6b5f1f.zip
FreeBSD-src-9536e2a9187226ed9f8f19894519e40b9b6b5f1f.tar.gz
MFC r259827:
Remove unused static const variable num_chip_names from aic79xx.c. Reviewed by: gibbs
-rw-r--r--sys/dev/aic7xxx/aic79xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c
index 363301b..f19cdb5 100644
--- a/sys/dev/aic7xxx/aic79xx.c
+++ b/sys/dev/aic7xxx/aic79xx.c
@@ -64,7 +64,6 @@ char *ahd_chip_names[] =
"aic7902",
"aic7901A"
};
-static const u_int num_chip_names = NUM_ELEMENTS(ahd_chip_names);
/*
* Hardware error codes.
OpenPOWER on IntegriCloud