Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163512
b: refs/heads/master
c: a62926f
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Aug 23, 2009
1 parent 3c9dfe3 commit e7cf9af
Show file tree
Hide file tree
Showing 2 changed files with 3 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: af76756e6e8c268c684865d29b897a470de1f097
refs/heads/master: a62926fe4b76d539b77ee53197040153d43916f6
5 changes: 2 additions & 3 deletions trunk/arch/sh/kernel/cpu/shmobile/pm_runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ int platform_pm_runtime_idle(struct device *dev)
return ret;
}

static int __devinit platform_bus_notify(struct notifier_block *nb,
unsigned long action, void *data)
static int platform_bus_notify(struct notifier_block *nb,
unsigned long action, void *data)
{
struct device *dev = data;
struct platform_device *pdev = to_platform_device(dev);
Expand Down Expand Up @@ -300,5 +300,4 @@ static int __init sh_pm_runtime_init(void)
bus_register_notifier(&platform_bus_type, &platform_bus_notifier);
return 0;
}

core_initcall(sh_pm_runtime_init);

0 comments on commit e7cf9af

Please sign in to comment.