From: Olaf Dabrunz Date: Tue, 8 Jul 2008 13:59:48 +0000 (+0200) Subject: PCI quirks: call boot IRQ quirks at end of device init and during resume X-Git-Tag: v2.6.29-rc1~587^2~4^21~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88d1dce3a74367291f65a757fbdcaf17f042f30c;p=pandora-kernel.git PCI quirks: call boot IRQ quirks at end of device init and during resume It is not necessary to call boot IRQ quirks before the BARs of the bridges are probed. The normal case is to use DECLARE_PCI_FIXUP_FINAL, so we use this instead now. After a resume, we need to call the quirks again. Signed-off-by: Olaf Dabrunz Signed-off-by: Stefan Assmann Cc: Jon Masters Cc: Olaf Dabrunz Cc: Stefan Assmann Cc: Ihno Krumreich Cc: Sven Dietrich Cc: Daniel Gollub Cc: Felix Foerster Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed