From 703433b08a9f91a65dc26c63a996650a5952523f Mon Sep 17 00:00:00 2001 From: pgoyette Date: Fri, 28 May 2010 02:38:41 +0000 Subject: [PATCH] Remove opt_pci.h - it's not needed for anything. --- sys/dev/pci/pci_verbose.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sys/dev/pci/pci_verbose.c b/sys/dev/pci/pci_verbose.c index d98ef4df765a..6b74d354e172 100644 --- a/sys/dev/pci/pci_verbose.c +++ b/sys/dev/pci/pci_verbose.c @@ -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 -__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