diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/sh3/include/psl.h | 4 |
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 */ |
