Remove an unneeded include to make it compile again.
This commit is contained in:
parent
1b552055c3
commit
e553a8ce92
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.22 2008/07/02 17:28:55 ad Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.23 2008/08/08 06:29:21 hannken Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.22 2008/07/02 17:28:55 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.23 2008/08/08 06:29:21 hannken Exp $");
|
||||
|
||||
#include "opt_explora.h"
|
||||
#include "ksyms.h"
|
||||
|
@ -49,8 +49,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.22 2008/07/02 17:28:55 ad Exp $");
|
|||
|
||||
#include <prop/proplib.h>
|
||||
|
||||
#include <net/netisr.h>
|
||||
|
||||
#include <machine/explora.h>
|
||||
#include <machine/bus.h>
|
||||
#include <machine/powerpc.h>
|
||||
|
|
Loading…
Reference in New Issue