Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/include Move the inclusion of <machine/bus.h>...



details:   https://anonhg.NetBSD.org/src/rev/111138293bd0
branches:  trunk
changeset: 472093:111138293bd0
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Apr 20 21:23:09 1999 +0000

description:
Move the inclusion of <machine/bus.h> to within a _KERNEL section.

diffstat:

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

diffs (26 lines):

diff -r bd7490850cbe -r 111138293bd0 sys/arch/alpha/include/alpha.h
--- a/sys/arch/alpha/include/alpha.h    Tue Apr 20 21:19:48 1999 +0000
+++ b/sys/arch/alpha/include/alpha.h    Tue Apr 20 21:23:09 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: alpha.h,v 1.2 1999/02/23 03:20:04 thorpej Exp $ */
+/* $NetBSD: alpha.h,v 1.3 1999/04/20 21:23:09 thorpej Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -44,7 +44,6 @@
 
 #ifndef _ALPHA_H_
 #define _ALPHA_H_
-#include <machine/bus.h>
 
 /*
  * CTL_MACHDEP definitions.
@@ -69,6 +68,8 @@
 
 #ifdef _KERNEL
 
+#include <machine/bus.h>
+
 struct pcb;
 struct proc;
 struct reg;



Home | Main Index | Thread Index | Old Index