From 470b05a610e641094d46742393684acd786d78a8 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 18 Aug 2008 14:03:36 -0400 Subject: [PATCH] Remove vestigial MAX_PCI_DEVICES. --- hw/xfree86/os-support/bus/Pci.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/os-support/bus/Pci.h b/hw/xfree86/os-support/bus/Pci.h index 488e1e368..c01bdc542 100644 --- a/hw/xfree86/os-support/bus/Pci.h +++ b/hw/xfree86/os-support/bus/Pci.h @@ -115,8 +115,6 @@ /* * Global Definitions */ -#define MAX_PCI_DEVICES 128 /* Max number of devices accomodated */ - /* by xf86scanpci */ #if defined(sun) && defined(SVR4) && defined(sparc) # define MAX_PCI_BUSES 4096 /* Max number of PCI buses */ #elif (defined(__alpha__) || defined(__ia64__)) && defined (linux)