Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45105
b: refs/heads/master
c: 76e6a1d
h: refs/heads/master
i:
  45103: 37143e9
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Dec 30, 2006
1 parent 24beb11 commit 0ff36ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29263fbf9ecfcf294efdd8a51aa9191f423515ed
refs/heads/master: 76e6a1d6607e5b58003bb87e3b3220d5fdb7568d
5 changes: 2 additions & 3 deletions trunk/drivers/pci/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,8 @@ static void pci_read_irq(struct pci_dev *dev)
dev->irq = irq;
}

#define LEGACY_IO_RESOURCE (IORESOURCE_IO | IORESOURCE_PCI_FIXED)

/**
* pci_setup_device - fill in class and map information of a device
* @dev: the device structure to fill
Expand All @@ -649,9 +651,6 @@ static void pci_read_irq(struct pci_dev *dev)
* Returns 0 on success and -1 if unknown type of device (not normal, bridge
* or CardBus).
*/

#define LEGACY_IO_RESOURCE (IORESOURCE_IO | IORESOURCE_PCI_FIXED)

static int pci_setup_device(struct pci_dev * dev)
{
u32 class;
Expand Down

0 comments on commit 0ff36ba

Please sign in to comment.