summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/pci_compat.c')
-rw-r--r--sys/pci/pci_compat.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/pci/pci_compat.c b/sys/pci/pci_compat.c
index e97ad273..48ba902 100644
--- a/sys/pci/pci_compat.c
+++ b/sys/pci/pci_compat.c
@@ -23,15 +23,12 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pci_compat.c,v 1.28 1999/05/11 15:28:38 peter Exp $
+ * $Id: pci_compat.c,v 1.29 1999/05/31 22:13:36 roger Exp $
*
*/
#include "opt_bus.h"
-#include "pci.h"
-#if NPCI > 0
-
/* for compatibility to FreeBSD-2.2 version of PCI code */
#include <sys/param.h>
@@ -282,4 +279,3 @@ pci_get_bus_from_tag(pcici_t tag)
}
#endif /* PCI_COMPAT */
-#endif /* NPCI > 0 */
OpenPOWER on IntegriCloud