summaryrefslogtreecommitdiff
path: root/sys/arch/prep/include
diff options
context:
space:
mode:
authoruebayasi <uebayasi@NetBSD.org>2010-11-13 14:07:06 +0000
committeruebayasi <uebayasi@NetBSD.org>2010-11-13 14:07:06 +0000
commit29de20e7d18c8a7501cc4109c2d2290dbc827fc0 (patch)
tree3cfb028b15b8a96cb16329b86a83eaebb8773dd3 /sys/arch/prep/include
parent8184d5dc03eacfd0e7a669e4d7e8fddefc529123 (diff)
sys/device.h is not suitable for such low-level definitions.
Diffstat (limited to 'sys/arch/prep/include')
-rw-r--r--sys/arch/prep/include/intr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/prep/include/intr.h b/sys/arch/prep/include/intr.h
index 70ec422220e..4cac0259fa7 100644
--- a/sys/arch/prep/include/intr.h
+++ b/sys/arch/prep/include/intr.h
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.32 2010/04/24 09:39:57 kiyohara Exp $ */
+/* $NetBSD: intr.h,v 1.33 2010/11/13 14:07:07 uebayasi Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -36,7 +36,6 @@
#ifndef _LOCORE
#include <machine/cpu.h>
-#include <sys/device.h>
void init_intr_ivr(void);
void init_intr_openpic(void);