Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286204
b: refs/heads/master
c: 685a4ef
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds authored and John W. Linville committed Jan 17, 2012
1 parent d7fd7fd commit ae9e2a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 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: 5d2031f2395728c765cf2bd7c1ebb6d51c4fe076
refs/heads/master: 685a4ef0df23b97eea1842c2698da9a2e35fc976
1 change: 1 addition & 0 deletions trunk/drivers/bcma/bcma_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ int __init bcma_bus_early_register(struct bcma_bus *bus,
struct bcma_device *core_cc,
struct bcma_device *core_mips);
#ifdef CONFIG_PM
int bcma_bus_suspend(struct bcma_bus *bus);
int bcma_bus_resume(struct bcma_bus *bus);
#endif

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/bcma/host_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ static int bcma_host_pci_suspend(struct device *dev)

bus->mapped_core = NULL;

return 0;
return bcma_bus_suspend(bus);
}

static int bcma_host_pci_resume(struct device *dev)
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/bcma/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ int __init bcma_bus_early_register(struct bcma_bus *bus,
}

#ifdef CONFIG_PM
int bcma_bus_suspend(struct bcma_bus *bus)
{
return 0;
}

int bcma_bus_resume(struct bcma_bus *bus)
{
struct bcma_device *core;
Expand Down

0 comments on commit ae9e2a8

Please sign in to comment.