commit | a62595d359ba8ca0f25b93c06eab84ba97ca516f | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Tue Aug 07 01:15:02 2012 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Tue Sep 04 01:44:58 2012 +0200 |
tree | bd6ec8884fa3bcbf7f22ac77d55d7a13084a51e7 | |
parent | 45e5ca575647ebbca932f34a1ed915ae7a581cbb [diff] |
ARM: shmobile: Make rmobile_init_pm_domain() static Since rmobile_init_pm_domain() is not called anywhere outside of arch/arm/mach-shmobile/pm-rmobile.c any more, it can be made static and its header may be removed from pm-rmobile.h. Modify the code accordingly. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Acked-by: Magnus Damm <damm@opensource.se>