these don't need <uvm/uvm_extern.h> at all, actually.
This commit is contained in:
parent
5b2b68bb7a
commit
0de5b6e260
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_ie_vme.c,v 1.10 2000/06/29 19:27:55 fvdl Exp $ */
|
||||
/* $NetBSD: if_ie_vme.c,v 1.11 2000/07/10 13:54:54 mrg Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1995 Charles D. Cranor
|
||||
|
@ -157,8 +157,6 @@
|
|||
#include <net/if_media.h>
|
||||
#include <net/if_ether.h>
|
||||
|
||||
#include <uvm/uvm_extern.h>
|
||||
|
||||
#include <machine/bus.h>
|
||||
#include <machine/intr.h>
|
||||
#include <dev/vme/vmevar.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: xd.c,v 1.30 2000/07/07 21:11:08 pk Exp $ */
|
||||
/* $NetBSD: xd.c,v 1.31 2000/07/10 13:54:54 mrg Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
|
@ -73,8 +73,6 @@
|
|||
#include <sys/dkbad.h>
|
||||
#include <sys/conf.h>
|
||||
|
||||
#include <uvm/uvm_extern.h>
|
||||
|
||||
#include <machine/bus.h>
|
||||
#include <machine/intr.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: xy.c,v 1.28 2000/07/07 21:12:21 pk Exp $ */
|
||||
/* $NetBSD: xy.c,v 1.29 2000/07/10 13:54:54 mrg Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
|
@ -73,8 +73,6 @@
|
|||
#include <sys/dkbad.h>
|
||||
#include <sys/conf.h>
|
||||
|
||||
#include <uvm/uvm_extern.h>
|
||||
|
||||
#include <machine/bus.h>
|
||||
#include <machine/intr.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue