Don't pull in huge sys/device.h definitions.
This commit is contained in:
parent
12ea663d98
commit
6ce2506403
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: intr.h,v 1.23 2010/02/02 19:16:57 phx Exp $ */
|
||||
/* $NetBSD: intr.h,v 1.24 2010/11/13 13:34:00 uebayasi Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
|
@ -46,7 +46,6 @@
|
|||
|
||||
#ifndef _LOCORE
|
||||
#include <machine/cpu.h>
|
||||
#include <sys/device.h>
|
||||
#endif /* _LOCORE */
|
||||
|
||||
#endif /* !_AMIGAPPC_INTR_H_ */
|
||||
|
|
Loading…
Reference in New Issue