Don't #include <sys/extent.h> any more because this module doesn't use

struct extent any more.
This commit is contained in:
dyoung 2009-11-17 23:51:59 +00:00
parent 26ed60379e
commit 626b8b2a34

View File

@ -1,4 +1,4 @@
/* $NetBSD: eisa_machdep.c,v 1.33 2009/11/17 23:46:27 dyoung Exp $ */
/* $NetBSD: eisa_machdep.c,v 1.34 2009/11/17 23:51:59 dyoung Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: eisa_machdep.c,v 1.33 2009/11/17 23:46:27 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: eisa_machdep.c,v 1.34 2009/11/17 23:51:59 dyoung Exp $");
#include "ioapic.h"
@ -75,7 +75,6 @@ __KERNEL_RCSID(0, "$NetBSD: eisa_machdep.c,v 1.33 2009/11/17 23:46:27 dyoung Exp
#include <sys/systm.h>
#include <sys/errno.h>
#include <sys/device.h>
#include <sys/extent.h>
#include <machine/bus.h>
#include <machine/bus_private.h>