Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258759
b: refs/heads/master
c: 476e5be
h: refs/heads/master
i:
  258757: 87344e1
  258755: 8152e99
  258751: 4df0ddd
v: v3
  • Loading branch information
Jean Pihet authored and Paul Walmsley committed Jul 10, 2011
1 parent df09e09 commit 3fd539f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 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: 3c95b707caf3504b37b11d2662bde77e1618d481
refs/heads/master: 476e5be710bec3d324d9a28cf1f4fd15bd358a86
3 changes: 0 additions & 3 deletions trunk/arch/arm/plat-omap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ choice
depends on ARCH_OMAP
default OMAP_PM_NOOP

config OMAP_PM_NONE
bool "No PM layer"

config OMAP_PM_NOOP
bool "No-op/debug PM layer"

Expand Down
8 changes: 0 additions & 8 deletions trunk/arch/arm/plat-omap/include/plat/omap-pm.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,15 @@
* framework starts. The "_if_" is to avoid name collisions with the
* PM idle-loop code.
*/
#ifdef CONFIG_OMAP_PM_NONE
#define omap_pm_if_early_init() 0
#else
int __init omap_pm_if_early_init(void);
#endif

/**
* omap_pm_if_init - OMAP PM init code called after clock fw init
*
* The main initialization code. OPP tables are passed in here. The
* "_if_" is to avoid name collisions with the PM idle-loop code.
*/
#ifdef CONFIG_OMAP_PM_NONE
#define omap_pm_if_init() 0
#else
int __init omap_pm_if_init(void);
#endif

/**
* omap_pm_if_exit - OMAP PM exit code
Expand Down

0 comments on commit 3fd539f

Please sign in to comment.