Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amigappc/include Don't pull in huge sys/device.h de...



details:   https://anonhg.NetBSD.org/src/rev/582dcaa9d695
branches:  trunk
changeset: 758705:582dcaa9d695
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Nov 13 13:34:00 2010 +0000

description:
Don't pull in huge sys/device.h definitions.

diffstat:

 sys/arch/amigappc/include/intr.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 9a716b9e4e60 -r 582dcaa9d695 sys/arch/amigappc/include/intr.h
--- a/sys/arch/amigappc/include/intr.h  Sat Nov 13 13:13:33 2010 +0000
+++ b/sys/arch/amigappc/include/intr.h  Sat Nov 13 13:34:00 2010 +0000
@@ -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_ */



Home | Main Index | Thread Index | Old Index