Skip to content

Commit

Permalink
[PATCH] Fixup VIA IRQ quirk
Browse files Browse the repository at this point in the history
quirk_via_irqpic can't be __devinit for swsuspend

Signed-off-by: Alexander Nyberg <alexn@telia.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Alexander Nyberg authored and Linus Torvalds committed May 27, 2005
1 parent 25be5e6 commit 9920e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ static void __devinit quirk_via_acpi(struct pci_dev *d)
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_3, quirk_via_acpi );
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_4, quirk_via_acpi );

static void __devinit quirk_via_irqpic(struct pci_dev *dev)
static void quirk_via_irqpic(struct pci_dev *dev)
{
u8 irq, new_irq;

Expand Down

0 comments on commit 9920e91

Please sign in to comment.