Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336616
b: refs/heads/master
c: 35e92b7
h: refs/heads/master
v: v3
  • Loading branch information
Andy Shevchenko authored and Rafael J. Wysocki committed Nov 14, 2012
1 parent 65ed381 commit 98b5c6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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: cf761af9ee0f2c172710ad2b7ca029016b5d4c45
refs/heads/master: 35e92b78c1d327b1624e94d1c9c65ea7065d6b95
6 changes: 6 additions & 0 deletions trunk/arch/x86/kernel/acpi/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,12 @@ int acpi_register_gsi(struct device *dev, u32 gsi, int trigger, int polarity)

return irq;
}
EXPORT_SYMBOL_GPL(acpi_register_gsi);

void acpi_unregister_gsi(u32 gsi)
{
}
EXPORT_SYMBOL_GPL(acpi_unregister_gsi);

void __init acpi_set_irq_model_pic(void)
{
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/acpi/pci_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,11 +495,6 @@ int acpi_pci_irq_enable(struct pci_dev *dev)
return 0;
}

/* FIXME: implement x86/x86_64 version */
void __attribute__ ((weak)) acpi_unregister_gsi(u32 i)
{
}

void acpi_pci_irq_disable(struct pci_dev *dev)
{
struct acpi_prt_entry *entry;
Expand Down

0 comments on commit 98b5c6a

Please sign in to comment.