From ffae26f807b175787346b4365ef0d729eddf19ec Mon Sep 17 00:00:00 2001 From: David Young Date: Tue, 17 Nov 2009 23:51:59 +0000 Subject: [PATCH] Don't #include any more because this module doesn't use struct extent any more. --- sys/arch/i386/eisa/eisa_machdep.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/i386/eisa/eisa_machdep.c b/sys/arch/i386/eisa/eisa_machdep.c index 1146dd58599..bf492dbb4a0 100644 --- a/sys/arch/i386/eisa/eisa_machdep.c +++ b/sys/arch/i386/eisa/eisa_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: eisa_machdep.c,v 1.32 2008/06/27 11:12:06 cegger Exp $ */ +/* $NetBSD: eisa_machdep.c,v 1.33 2009/11/17 23:46:27 dyoung Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -65,7 +65,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: eisa_machdep.c,v 1.32 2008/06/27 11:12:06 cegger Exp $"); +__KERNEL_RCSID(0, "$NetBSD: eisa_machdep.c,v 1.33 2009/11/17 23:46:27 dyoung Exp $"); #include "ioapic.h" @@ -75,7 +75,6 @@ __KERNEL_RCSID(0, "$NetBSD: eisa_machdep.c,v 1.32 2008/06/27 11:12:06 cegger Exp #include #include #include -#include #include #include -- 2.11.4.GIT