diff options
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r-- | drivers/pci/pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 48fa860276d4..2cfa41e367a7 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -2105,8 +2105,6 @@ static int __devinit pci_init(void) | |||
2105 | pci_fixup_device(pci_fixup_final, dev); | 2105 | pci_fixup_device(pci_fixup_final, dev); |
2106 | } | 2106 | } |
2107 | 2107 | ||
2108 | msi_init(); | ||
2109 | |||
2110 | return 0; | 2108 | return 0; |
2111 | } | 2109 | } |
2112 | 2110 | ||