diff options
Diffstat (limited to 'sys/dev/pci/if_txp.c')
-rw-r--r-- | sys/dev/pci/if_txp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c index 86af8e8a674..7e1498a9c9d 100644 --- a/sys/dev/pci/if_txp.c +++ b/sys/dev/pci/if_txp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_txp.c,v 1.54 2001/08/27 22:06:52 jason Exp $ */ +/* $OpenBSD: if_txp.c,v 1.55 2001/09/11 20:05:25 miod Exp $ */ /* * Copyright (c) 2001 @@ -74,7 +74,6 @@ #endif #include <vm/vm.h> /* for vtophys */ -#include <vm/vm_kern.h> #include <machine/bus.h> #include <dev/mii/mii.h> |