Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/pci We no longer need to #include "rnd.h".
details: https://anonhg.NetBSD.org/src/rev/33985609a0c6
branches: trunk
changeset: 768561:33985609a0c6
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Aug 20 19:43:47 2011 +0000
description:
We no longer need to #include "rnd.h".
diffstat:
sys/arch/x86/pci/pchb.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 9b4907a8961f -r 33985609a0c6 sys/arch/x86/pci/pchb.c
--- a/sys/arch/x86/pci/pchb.c Sat Aug 20 19:06:57 2011 +0000
+++ b/sys/arch/x86/pci/pchb.c Sat Aug 20 19:43:47 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pchb.c,v 1.28 2011/08/20 19:06:57 jakllsch Exp $ */
+/* $NetBSD: pchb.c,v 1.29 2011/08/20 19:43:47 jakllsch Exp $ */
/*-
* Copyright (c) 1996, 1998, 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.28 2011/08/20 19:06:57 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.29 2011/08/20 19:43:47 jakllsch Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -49,8 +49,6 @@
#include <arch/x86/pci/pchbvar.h>
-#include "rnd.h"
-
#define PCISET_BRIDGETYPE_MASK 0x3
#define PCISET_TYPE_COMPAT 0x1
#define PCISET_TYPE_AUX 0x2
Home |
Main Index |
Thread Index |
Old Index