Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/vax Fix leds.h include.
details: https://anonhg.NetBSD.org/src/rev/104511fd87d5
branches: trunk
changeset: 334938:104511fd87d5
user: jklos <jklos%NetBSD.org@localhost>
date: Tue Dec 16 11:23:11 2014 +0000
description:
Fix leds.h include.
diffstat:
sys/arch/vax/vax/machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (34 lines):
diff -r 8d0780f6299c -r 104511fd87d5 sys/arch/vax/vax/machdep.c
--- a/sys/arch/vax/vax/machdep.c Tue Dec 16 06:10:12 2014 +0000
+++ b/sys/arch/vax/vax/machdep.c Tue Dec 16 11:23:11 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.190 2014/03/24 20:06:33 christos Exp $ */
+/* $NetBSD: machdep.c,v 1.191 2014/12/16 11:23:11 jklos Exp $ */
/*
* Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@@ -83,7 +83,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.190 2014/03/24 20:06:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.191 2014/12/16 11:23:11 jklos Exp $");
#include "opt_ddb.h"
#include "opt_compat_netbsd.h"
@@ -122,6 +122,7 @@
#include <machine/nexus.h>
#include <machine/reg.h>
#include <machine/scb.h>
+#include <machine/leds.h>
#include <vax/vax/gencons.h>
#ifdef DDB
@@ -132,7 +133,6 @@
#include "smg.h"
#include "ksyms.h"
-#include "leds.h"
#define DEV_LEDS 13 /* minor device 13 is leds */
Home |
Main Index |
Thread Index |
Old Index