Module Name: src
Committed By: dyoung
Date: Tue Nov 17 23:51:59 UTC 2009
Modified Files:
src/sys/arch/i386/eisa: eisa_machdep.c
Log Message:
Don't #include <sys/extent.h> any more because this module doesn't use
struct extent any more.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/i386/eisa/eisa_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/eisa/eisa_machdep.c
diff -u src/sys/arch/i386/eisa/eisa_machdep.c:1.33 src/sys/arch/i386/eisa/eisa_machdep.c:1.34
--- src/sys/arch/i386/eisa/eisa_machdep.c:1.33 Tue Nov 17 23:46:27 2009
+++ src/sys/arch/i386/eisa/eisa_machdep.c Tue Nov 17 23:51:59 2009
@@ -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 @@
#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>