summaryrefslogtreecommitdiffstats
path: root/sys/dev/vx
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-08-21 08:42:59 +0000
committerfsmp <fsmp@FreeBSD.org>1997-08-21 08:42:59 +0000
commit31a7d475275ab8b82eaec758b69a69f54ca4d766 (patch)
tree8ab3ee5bb18b5b8da31e6e202017883f4cc5c977 /sys/dev/vx
parent95c812f7d496c1371480f79055d2600186581a8d (diff)
downloadFreeBSD-src-31a7d475275ab8b82eaec758b69a69f54ca4d766.zip
FreeBSD-src-31a7d475275ab8b82eaec758b69a69f54ca4d766.tar.gz
Yank the casts.
Diffstat (limited to 'sys/dev/vx')
-rw-r--r--sys/dev/vx/if_vx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c
index d230d93..b667b89 100644
--- a/sys/dev/vx/if_vx_pci.c
+++ b/sys/dev/vx/if_vx_pci.c
@@ -126,7 +126,7 @@ vx_pci_attach(
*/
at_shutdown(vx_pci_shutdown, sc, SHUTDOWN_POST_SYNC);
- pci_map_int(config_id, (pci_inthand_t*)vxintr, (void *) sc, &net_imask);
+ pci_map_int(config_id, vxintr, (void *) sc, &net_imask);
}
static struct pci_device vxdevice = {
OpenPOWER on IntegriCloud