Fixed build

main
Jakob Bornecrantz 2007-12-18 02:52:09 +01:00
parent bdbc34e297
commit ea915c77e1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ int i915_probe_agp(struct pci_dev *pdev, unsigned long *aperture_size,
u16 tmp = 0;
unsigned long overhead;
bridge_dev = pci_find_slot(0, PCI_DEVFN(0,0));
bridge_dev = pci_get_bus_and_slot(0, PCI_DEVFN(0,0));
if (!bridge_dev) {
DRM_ERROR("bridge device not found\n");
return -1;