aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-12-07 12:48:31 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-12-07 12:48:31 +0000
commitefeaf95a41820e4eb661a90cfb59a26e36575784 (patch)
tree19b264d515a181824bd3abb5e342afa65102ff53 /sys/dev/fxp
parent40b0c0d936b1fb9878b178e19028ab6a045fe8bc (diff)
Notes
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 95a937ca1bb5..844590e1ba6b 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.3 1995/12/05 02:01:51 davidg Exp $
+ * $Id: if_fxp.c,v 1.4 1995/12/05 11:49:49 davidg Exp $
*/
/*
@@ -76,7 +76,7 @@
#include <vm/vm.h> /* for vtophys */
#include <vm/vm_param.h> /* for vtophys */
-#include <machine/pmap.h> /* for vtophys */
+#include <vm/pmap.h> /* for vtophys */
#include <machine/clock.h> /* for DELAY */
#include <pci/pcivar.h>