Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340987
b: refs/heads/master
c: ccd6095
h: refs/heads/master
i:
  340985: 9e85bfc
  340983: 65ca528
v: v3
  • Loading branch information
Yuanhan Liu authored and John W. Linville committed Oct 29, 2012
1 parent 63b745b commit edb8bd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7bf7a71e0f7ad69358d01f2a7ba7faa9428db90b
refs/heads/master: ccd609538e99d3465a8d498f3655098f44cd253b
6 changes: 3 additions & 3 deletions trunk/drivers/bcma/host_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ static void __devexit bcma_host_pci_remove(struct pci_dev *dev)
pci_set_drvdata(dev, NULL);
}

#ifdef CONFIG_PM
#ifdef CONFIG_PM_SLEEP
static int bcma_host_pci_suspend(struct device *dev)
{
struct pci_dev *pdev = to_pci_dev(dev);
Expand All @@ -261,11 +261,11 @@ static SIMPLE_DEV_PM_OPS(bcma_pm_ops, bcma_host_pci_suspend,
bcma_host_pci_resume);
#define BCMA_PM_OPS (&bcma_pm_ops)

#else /* CONFIG_PM */
#else /* CONFIG_PM_SLEEP */

#define BCMA_PM_OPS NULL

#endif /* CONFIG_PM */
#endif /* CONFIG_PM_SLEEP */

static DEFINE_PCI_DEVICE_TABLE(bcma_pci_bridge_tbl) = {
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x0576) },
Expand Down

0 comments on commit edb8bd7

Please sign in to comment.