From d02168ab21e4e363c62e601cbb42e343bb2d340b Mon Sep 17 00:00:00 2001 From: uwe Date: Fri, 4 Jan 2008 20:10:12 +0000 Subject: There's no need to pull in machine/intr.h here. --- sys/arch/sh3/include/psl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys') 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 - #endif /* !_LOCORE */ #endif /* _KERNEL */ -- cgit