diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-07-01 00:45:45 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-07-01 00:45:45 +0000 |
| commit | 48792cfc182a3d5fce70e43b7c318bad3e7185b9 (patch) | |
| tree | 703fd238f5a80c6e83ee078404fed5a8eff647d4 /sys/pci | |
| parent | 61f33230580f5b9cc08f0f5c1824bea7a57d591c (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/if_vx_pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/pci/if_vx_pci.c b/sys/pci/if_vx_pci.c index 5be83dc97685..b667b89bb4d9 100644 --- a/sys/pci/if_vx_pci.c +++ b/sys/pci/if_vx_pci.c @@ -51,8 +51,6 @@ #include <netns/ns_if.h> #endif -#include <machine/clock.h> - #include <pci/pcivar.h> #include <dev/vx/if_vxreg.h> @@ -128,7 +126,7 @@ vx_pci_attach( */ at_shutdown(vx_pci_shutdown, sc, SHUTDOWN_POST_SYNC); - pci_map_int(config_id, (void *) vxintr, (void *) sc, &net_imask); + pci_map_int(config_id, vxintr, (void *) sc, &net_imask); } static struct pci_device vxdevice = { |
