There's no need to pull in machine/intr.h here.

This commit is contained in:
uwe 2008-01-04 20:10:12 +00:00
parent e3c05d1c5d
commit d02168ab21
1 changed files with 1 additions and 3 deletions

View File

@ -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 */