Module Name:    src
Committed By:   pgoyette
Date:           Fri May 28 02:38:41 UTC 2010

Modified Files:
        src/sys/dev/pci: pci_verbose.c

Log Message:
Remove opt_pci.h - it's not needed for anything.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/pci_verbose.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/dev/pci/pci_verbose.c
diff -u src/sys/dev/pci/pci_verbose.c:1.4 src/sys/dev/pci/pci_verbose.c:1.5
--- src/sys/dev/pci/pci_verbose.c:1.4	Thu May 27 23:13:10 2010
+++ src/sys/dev/pci/pci_verbose.c	Fri May 28 02:38:41 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: pci_verbose.c,v 1.4 2010/05/27 23:13:10 pgoyette Exp $	*/
+/*	$NetBSD: pci_verbose.c,v 1.5 2010/05/28 02:38:41 pgoyette Exp $	*/
 
 /*
  * Copyright (c) 1997 Zubin D. Dittia.  All rights reserved.
@@ -40,11 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_verbose.c,v 1.4 2010/05/27 23:13:10 pgoyette Exp $");
-
-#ifdef _KERNEL_OPT
-#include "opt_pci.h"
-#endif
+__KERNEL_RCSID(0, "$NetBSD: pci_verbose.c,v 1.5 2010/05/28 02:38:41 pgoyette Exp $");
 
 #include <sys/param.h>
 

Reply via email to