Module Name: src
Committed By: he
Date: Fri May 22 08:08:36 UTC 2009
Modified Files:
src/sys/arch/mvme68k/include: intr.h
Log Message:
Remove a no-longer-needed include of <sys/device.h>, which now created
a build problem because dvl_mtx has an incomplete type when building
cacheops.o.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/mvme68k/include/intr.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mvme68k/include/intr.h
diff -u src/sys/arch/mvme68k/include/intr.h:1.19 src/sys/arch/mvme68k/include/intr.h:1.20
--- src/sys/arch/mvme68k/include/intr.h:1.19 Thu Jun 26 02:52:29 2008
+++ src/sys/arch/mvme68k/include/intr.h Fri May 22 08:08:36 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.19 2008/06/26 02:52:29 isaki Exp $ */
+/* $NetBSD: intr.h,v 1.20 2009/05/22 08:08:36 he Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -32,7 +32,6 @@
#ifndef _MVME68K_INTR_H
#define _MVME68K_INTR_H
-#include <sys/device.h>
#include <machine/psl.h>
#define IPL_NONE 0 /* disable only this interrupt */