summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/aac')
-rw-r--r--sys/dev/aac/aac_debug.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c
index 699f62b..4717ef7 100644
--- a/sys/dev/aac/aac_debug.c
+++ b/sys/dev/aac/aac_debug.c
@@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$");
#ifdef AAC_DEBUG
void aac_printstate0(void);
-void aac_intr0(void);
/*
* Dump the command queue indices
@@ -153,19 +152,6 @@ aac_printstate0(void)
}
/*
- * simulate an interrupt for controller 0
- */
-void
-aac_intr0(void)
-{
- struct aac_softc *sc;
-
- sc = devclass_get_softc(devclass_find("aac"), 0);
-
- aac_intr(sc);
-}
-
-/*
* Panic in a slightly informative fashion
*/
void
OpenPOWER on IntegriCloud