diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-11 20:05:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-09-11 20:05:27 +0000 |
commit | 650cf27b4440ede3599ffc101d32dcc91e46bb9a (patch) | |
tree | 92c55aa4cd2a8c4cc3625c79f143ed9632fe0a72 /sys/dev/pci/if_rl_pci.c | |
parent | 071c2d52c75d240533eb0bb44f76527fe6f365cf (diff) |
Don't include <vm/vm_kern.h> if you don't need foo_map.
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 fda4701dea1..b4b3cf77028 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.4 2001/08/25 10:13:29 art Exp $ */ +/* $OpenBSD: if_rl_pci.c,v 1.5 2001/09/11 20:05:25 miod Exp $ */ /* * Copyright (c) 1997, 1998 @@ -63,7 +63,6 @@ #endif #include <vm/vm.h> /* for vtophys */ -#include <vm/vm_kern.h> #include <machine/bus.h> #include <dev/mii/mii.h> |