Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83643
b: refs/heads/master
c: 532031d
h: refs/heads/master
i:
  83641: 8c5a37f
  83639: 7cc126a
v: v3
  • Loading branch information
Andrew Morton authored and John W. Linville committed Feb 5, 2008
1 parent 8883dfc commit e58103f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 03ac7a8141e1613add92d42e389a35a126b1caf8
refs/heads/master: 532031d7f426eb02f854d13184416cabcb01bdd5
9 changes: 9 additions & 0 deletions trunk/include/linux/ssb/ssb.h
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,15 @@ void ssb_pcihost_set_power_state(struct ssb_device *sdev, pci_power_t state)
if (sdev->bus->bustype == SSB_BUSTYPE_PCI)
pci_set_power_state(sdev->bus->host_pci, state);
}
#else
static inline void ssb_pcihost_unregister(struct pci_driver *driver)
{
}

static inline
void ssb_pcihost_set_power_state(struct ssb_device *sdev, pci_power_t state)
{
}
#endif /* CONFIG_SSB_PCIHOST */


Expand Down

0 comments on commit e58103f

Please sign in to comment.