]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: never discard enable/suspend/resume_early/resume fixups
authorMyron Stowe <myron.stowe@redhat.com>
Mon, 9 Jul 2012 21:36:14 +0000 (15:36 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 9 Jul 2012 22:43:41 +0000 (16:43 -0600)
commit25e742b27018abce3bad42e6b6732f91d71cc655
treeffb20d118d70343c05cb08679160cf60f3a640b6
parentdff3aef7139ce1be190be6d13505a35d5c7c0c3c
PCI: never discard enable/suspend/resume_early/resume fixups

The enable/suspend/resume_early/resume fixups can be called at any time, so
they can't be __init or __devinit.

[bhelgaas: changelog]
Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/quirks.c