diff options
author | 2001-09-11 20:05:20 +0000 | |
---|---|---|
committer | 2001-09-11 20:05:20 +0000 | |
commit | db4303be15405a17e2bde36545404a533695959d (patch) | |
tree | bfa38e550bec016538f90d462b98a08412a519fb /sys/dev/pci/if_rl_pci.c | |
parent | yes this is a configure diff, but this library order is needed for static library linking (diff) | |
download | wireguard-openbsd-db4303be15405a17e2bde36545404a533695959d.tar.xz wireguard-openbsd-db4303be15405a17e2bde36545404a533695959d.zip |
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> |