Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231105
b: refs/heads/master
c: b97c374
h: refs/heads/master
i:
  231103: 53e91ba
v: v3
  • Loading branch information
Nishanth Menon authored and Kevin Hilman committed Jan 7, 2011
1 parent e725c9d commit 1a740a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f7c5cc456211da7d0b0aefd3886e57b313a0e00f
refs/heads/master: b97c374d8a44292c601146783aac61f3d5d1f46f
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/pm_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <plat/omap-pm.h>

#ifdef CONFIG_PM_RUNTIME
int omap_pm_runtime_suspend(struct device *dev)
static int omap_pm_runtime_suspend(struct device *dev)
{
struct platform_device *pdev = to_platform_device(dev);
int r, ret = 0;
Expand All @@ -37,7 +37,7 @@ int omap_pm_runtime_suspend(struct device *dev)
return ret;
};

int omap_pm_runtime_resume(struct device *dev)
static int omap_pm_runtime_resume(struct device *dev)
{
struct platform_device *pdev = to_platform_device(dev);
int r;
Expand Down

0 comments on commit 1a740a8

Please sign in to comment.