Merge Linus' tree to be be to apply submitted patches to newer code than
[linux-2.6-block.git] / drivers / pci / pci-driver.c
index 2b3c89425bb5d03296ceb7d5fa71213fdf5f8025..3c6ba623c32587b5e292e51575d64db632a783df 100644 (file)
@@ -1231,11 +1231,11 @@ static const struct dev_pm_ops pci_dev_pm_ops = {
 
 #define PCI_PM_OPS_PTR (&pci_dev_pm_ops)
 
-#else /* !COMFIG_PM_OPS */
+#else /* !CONFIG_PM */
 
 #define PCI_PM_OPS_PTR NULL
 
-#endif /* !COMFIG_PM_OPS */
+#endif /* !CONFIG_PM */
 
 /**
  * __pci_register_driver - register a new pci driver