diff options
| author | uebayasi <uebayasi@NetBSD.org> | 2010-11-13 13:34:00 +0000 |
|---|---|---|
| committer | uebayasi <uebayasi@NetBSD.org> | 2010-11-13 13:34:00 +0000 |
| commit | 6ce2506403cd7699eca3499e4ef9e53ee83cee6d (patch) | |
| tree | 880efa0924aff8d6d05ed427147c8a3507d125e3 /sys | |
| parent | 12ea663d9843fa5e9ebff284b2daf9f73e62a5f4 (diff) | |
Don't pull in huge sys/device.h definitions.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/amigappc/include/intr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amigappc/include/intr.h b/sys/arch/amigappc/include/intr.h index 0d36e659c44..7095de6bb4c 100644 --- a/sys/arch/amigappc/include/intr.h +++ b/sys/arch/amigappc/include/intr.h @@ -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_ */ |
