summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-07-13 16:06:19 +0000
committerstefanf <stefanf@FreeBSD.org>2004-07-13 16:06:19 +0000
commit355a8ec49460b1417c4b242f64a7b6c04922f783 (patch)
tree5ae0ee0d1f6cb55886bcac3d19bb30442ca80230 /sys/dev/aic7xxx
parent2c6fa2f70b5ff8428723747a5327b2ba2d4dabd7 (diff)
downloadFreeBSD-src-355a8ec49460b1417c4b242f64a7b6c04922f783.zip
FreeBSD-src-355a8ec49460b1417c4b242f64a7b6c04922f783.tar.gz
Remove erroneous semicolons.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r--sys/dev/aic7xxx/aic7770.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic7770.c b/sys/dev/aic7xxx/aic7770.c
index dfd67bd..d6b35a0 100644
--- a/sys/dev/aic7xxx/aic7770.c
+++ b/sys/dev/aic7xxx/aic7770.c
@@ -64,7 +64,7 @@ static int aic7770_suspend(struct ahc_softc *ahc);
static int aic7770_resume(struct ahc_softc *ahc);
static int aha2840_load_seeprom(struct ahc_softc *ahc);
static ahc_device_setup_t ahc_aic7770_VL_setup;
-static ahc_device_setup_t ahc_aic7770_EISA_setup;;
+static ahc_device_setup_t ahc_aic7770_EISA_setup;
static ahc_device_setup_t ahc_aic7770_setup;
struct aic7770_identity aic7770_ident_table[] =
OpenPOWER on IntegriCloud