Module Name:    src
Committed By:   jakllsch
Date:           Sat Aug 20 19:43:47 UTC 2011

Modified Files:
        src/sys/arch/x86/pci: pchb.c

Log Message:
We no longer need to #include "rnd.h".


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/x86/pci/pchb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/pci/pchb.c
diff -u src/sys/arch/x86/pci/pchb.c:1.28 src/sys/arch/x86/pci/pchb.c:1.29
--- src/sys/arch/x86/pci/pchb.c:1.28	Sat Aug 20 19:06:57 2011
+++ src/sys/arch/x86/pci/pchb.c	Sat Aug 20 19:43:47 2011
@@ -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

Reply via email to