Skip to content

Commit

Permalink
x86: move pci_routirq declaration to pci.h
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jul 8, 2008
1 parent 691874f commit 0715650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/pci/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ struct pci_bus * __devinit pci_acpi_scan_root(struct acpi_device *device, int do
return bus;
}

extern int pci_routeirq;
static int __init pci_acpi_init(void)
{
struct pci_dev *dev = NULL;
Expand Down
2 changes: 2 additions & 0 deletions include/asm-x86/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ struct pci_sysdata {
#endif
};

extern int pci_routeirq;

/* scan a bus after allocating a pci_sysdata for it */
extern struct pci_bus *pci_scan_bus_on_node(int busno, struct pci_ops *ops,
int node);
Expand Down

0 comments on commit 0715650

Please sign in to comment.