Module Name: src
Committed By: uebayasi
Date: Sat Nov 13 13:34:01 UTC 2010
Modified Files:
src/sys/arch/amigappc/include: intr.h
Log Message:
Don't pull in huge sys/device.h definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amigappc/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/amigappc/include/intr.h
diff -u src/sys/arch/amigappc/include/intr.h:1.23 src/sys/arch/amigappc/include/intr.h:1.24
--- src/sys/arch/amigappc/include/intr.h:1.23 Tue Feb 2 19:16:57 2010
+++ src/sys/arch/amigappc/include/intr.h Sat Nov 13 13:34:00 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.23 2010/02/02 19:16:57 phx Exp $ */
+/* $NetBSD: intr.h,v 1.24 2010/11/13 13:34:00 uebayasi Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -46,7 +46,6 @@
#ifndef _LOCORE
#include <machine/cpu.h>
-#include <sys/device.h>
#endif /* _LOCORE */
#endif /* !_AMIGAPPC_INTR_H_ */