diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2003-12-29 23:06:56 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2003-12-29 23:06:56 +0000 |
commit | 63e8b4fcf61c02a069d78708e789aca785943ccf (patch) | |
tree | 4326e40ef4433893ca8941c09c7aa21a85640241 /sys/dev/pci/if_rl_pci.c | |
parent | 91724bed7c8fdd7a90d66f996377dc25daa21bb6 (diff) |
no vtophys(), don't need uvm_extern.h anymore.
tested on alpha, i386, macppc and sparc64.
ok millert@ mickey@
Diffstat (limited to 'sys/dev/pci/if_rl_pci.c')
-rw-r--r-- | sys/dev/pci/if_rl_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c index 41f895e90ac..a912bf53dfe 100644 --- a/sys/dev/pci/if_rl_pci.c +++ b/sys/dev/pci/if_rl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rl_pci.c,v 1.8 2002/11/19 18:40:17 jason Exp $ */ +/* $OpenBSD: if_rl_pci.c,v 1.9 2003/12/29 23:06:55 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -62,7 +62,6 @@ #include <net/bpf.h> #endif -#include <uvm/uvm_extern.h> /* for vtophys */ #include <machine/bus.h> #include <dev/mii/mii.h> |