Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/eisa Don't #include <sys/extent.h> any more be...



details:   https://anonhg.NetBSD.org/src/rev/096be8cfe433
branches:  trunk
changeset: 749110:096be8cfe433
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue Nov 17 23:51:59 2009 +0000

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

diffstat:

 sys/arch/i386/eisa/eisa_machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 6ef0157d61cc -r 096be8cfe433 sys/arch/i386/eisa/eisa_machdep.c
--- a/sys/arch/i386/eisa/eisa_machdep.c Tue Nov 17 23:46:27 2009 +0000
+++ b/sys/arch/i386/eisa/eisa_machdep.c Tue Nov 17 23:51:59 2009 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index