diff options
author | scottl <scottl@FreeBSD.org> | 2004-05-15 15:41:59 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-05-15 15:41:59 +0000 |
commit | 39293e509f67ff8abceb0435268f2fb11b4f1afd (patch) | |
tree | 73ddeef56f502928c2b64938fa2098952c3b096e /sys/dev/twa | |
parent | cf484d6bc5155ef4637ab2c29da09e961676aae1 (diff) | |
download | FreeBSD-src-39293e509f67ff8abceb0435268f2fb11b4f1afd.zip FreeBSD-src-39293e509f67ff8abceb0435268f2fb11b4f1afd.tar.gz |
Remove twa_intrhook prototype.
Submitted by: cperciva
Diffstat (limited to 'sys/dev/twa')
-rw-r--r-- | sys/dev/twa/twa_freebsd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/twa/twa_freebsd.c b/sys/dev/twa/twa_freebsd.c index ed8c355..b1138af 100644 --- a/sys/dev/twa/twa_freebsd.c +++ b/sys/dev/twa/twa_freebsd.c @@ -146,7 +146,6 @@ static int twa_shutdown (device_t dev); static int twa_suspend (device_t dev); static int twa_resume (device_t dev); static void twa_pci_intr(void *arg); -static void twa_intrhook (void *arg); static device_method_t twa_methods[] = { /* Device interface */ |