Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79373
b: refs/heads/master
c: 961d57c
h: refs/heads/master
i:
  79371: 8f76c81
v: v3
  • Loading branch information
Miguel Botón authored and David S. Miller committed Jan 28, 2008
1 parent a26d249 commit acd92d5
Show file tree
Hide file tree
Showing 2 changed files with 8 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: aa6c7ae21d079f25420e436092e5461001ec29d7
refs/heads/master: 961d57c883198831503c7be5c088a26101dfb16c
7 changes: 7 additions & 0 deletions trunk/include/linux/ssb/ssb.h
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,13 @@ static inline void ssb_pcihost_unregister(struct pci_driver *driver)
{
pci_unregister_driver(driver);
}

static inline
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);
}
#endif /* CONFIG_SSB_PCIHOST */


Expand Down

0 comments on commit acd92d5

Please sign in to comment.