summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authoruwe <uwe@NetBSD.org>2008-01-04 20:10:12 +0000
committeruwe <uwe@NetBSD.org>2008-01-04 20:10:12 +0000
commitd02168ab21e4e363c62e601cbb42e343bb2d340b (patch)
treeb621387f5e0a092eb1048a01b626285770b13c84 /sys
parente3c05d1c5dd253df98644183187568c8e094951c (diff)
There's no need to pull in machine/intr.h here.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sh3/include/psl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sh3/include/psl.h b/sys/arch/sh3/include/psl.h
index 0461210793a..a7192e6c4f1 100644
--- a/sys/arch/sh3/include/psl.h
+++ b/sys/arch/sh3/include/psl.h
@@ -1,4 +1,4 @@
-/* $NetBSD: psl.h,v 1.9 2006/10/15 02:11:21 uwe Exp $ */
+/* $NetBSD: psl.h,v 1.10 2008/01/04 20:10:12 uwe Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -70,8 +70,6 @@ int _cpu_intr_resume(int);
int _cpu_exception_suspend(void);
void _cpu_exception_resume(int);
-#include <machine/intr.h>
-
#endif /* !_LOCORE */
#endif /* _KERNEL */