Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/include Switch to use <sys/device_if.h>
details: https://anonhg.NetBSD.org/src/rev/6d5360d0a03b
branches: trunk
changeset: 759683:6d5360d0a03b
user: matt <matt%NetBSD.org@localhost>
date: Tue Dec 14 23:27:37 2010 +0000
description:
Switch to use <sys/device_if.h>
diffstat:
sys/arch/vax/include/cpu.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d198dbec4f37 -r 6d5360d0a03b sys/arch/vax/include/cpu.h
--- a/sys/arch/vax/include/cpu.h Tue Dec 14 23:19:23 2010 +0000
+++ b/sys/arch/vax/include/cpu.h Tue Dec 14 23:27:37 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.90 2010/11/13 02:23:27 matt Exp $ */
+/* $NetBSD: cpu.h,v 1.91 2010/12/14 23:27:37 matt Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden
@@ -48,7 +48,7 @@
#include <sys/cdefs.h>
#include <sys/queue.h>
-#include <sys/device.h>
+#include <sys/device_if.h>
#include <sys/cpu_data.h>
#include <machine/mtpr.h>
Home |
Main Index |
Thread Index |
Old Index