summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-12-24 18:52:36 +0000
committerdim <dim@FreeBSD.org>2013-12-24 18:52:36 +0000
commit27eab5a7c3c8d854add4f9b4aa3170e5bf9937d0 (patch)
tree224525f892bb142a942e84e52abd40fb390dcdff
parent1417ed14a5e87741e9111149ac3e64c8b062505e (diff)
downloadFreeBSD-src-27eab5a7c3c8d854add4f9b4aa3170e5bf9937d0.zip
FreeBSD-src-27eab5a7c3c8d854add4f9b4aa3170e5bf9937d0.tar.gz
Remove another unused static const variable num_chip_names, from
aic7xxx.c this time. Noticed by: pluknet MFC after: 3 days
-rw-r--r--sys/dev/aic7xxx/aic7xxx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c
index 626e265..e1428e9 100644
--- a/sys/dev/aic7xxx/aic7xxx.c
+++ b/sys/dev/aic7xxx/aic7xxx.c
@@ -73,7 +73,6 @@ char *ahc_chip_names[] =
"aic7892",
"aic7899"
};
-static const u_int num_chip_names = NUM_ELEMENTS(ahc_chip_names);
/*
* Hardware error codes.
OpenPOWER on IntegriCloud