diff options
author | fsmp <fsmp@FreeBSD.org> | 1997-08-21 08:42:59 +0000 |
---|---|---|
committer | fsmp <fsmp@FreeBSD.org> | 1997-08-21 08:42:59 +0000 |
commit | 31a7d475275ab8b82eaec758b69a69f54ca4d766 (patch) | |
tree | 8ab3ee5bb18b5b8da31e6e202017883f4cc5c977 /sys/dev/vx/if_vx_pci.c | |
parent | 95c812f7d496c1371480f79055d2600186581a8d (diff) | |
download | FreeBSD-src-31a7d475275ab8b82eaec758b69a69f54ca4d766.zip FreeBSD-src-31a7d475275ab8b82eaec758b69a69f54ca4d766.tar.gz |
Yank the casts.
Diffstat (limited to 'sys/dev/vx/if_vx_pci.c')
-rw-r--r-- | sys/dev/vx/if_vx_pci.c | 2 |
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 = { |