Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6:
PCI/PM Runtime: Make runtime PM of PCI devices inactive by default

+2
+2
drivers/pci/pci.c
··· 1583 1583 int pm; 1584 1584 u16 pmc; 1585 1585 1586 + pm_runtime_forbid(&dev->dev); 1586 1587 device_enable_async_suspend(&dev->dev); 1587 1588 dev->wakeup_prepared = false; 1589 + 1588 1590 dev->pm_cap = 0; 1589 1591 1590 1592 /* find PCI PM capability in list */