diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-08 17:19:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-08 17:19:27 +0000 |
commit | ca6b780f3bfa5c9a89ba92e6cd2521c9329cdc0f (patch) | |
tree | 42548dbe5d3a602c490a5126d137dcdef5c71c6f /sys/dev/ic/atw.c | |
parent | 0ed1c38073e501cc08c2d664396820fe904f718c (diff) |
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
don't need to be married.
ok guenther miod beck jsing kettenis
Diffstat (limited to 'sys/dev/ic/atw.c')
-rw-r--r-- | sys/dev/ic/atw.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/atw.c b/sys/dev/ic/atw.c index 559239ae048..da599fdab11 100644 --- a/sys/dev/ic/atw.c +++ b/sys/dev/ic/atw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atw.c,v 1.81 2014/03/19 10:09:19 mpi Exp $ */ +/* $OpenBSD: atw.c,v 1.82 2014/07/08 17:19:25 deraadt Exp $ */ /* $NetBSD: atw.c,v 1.69 2004/07/23 07:07:55 dyoung Exp $ */ /*- @@ -49,8 +49,6 @@ #include <machine/endian.h> -#include <uvm/uvm_extern.h> - #include <net/if.h> #include <net/if_dl.h> #include <net/if_media.h> |