ARM: shmobile: Make rmobile_init_pm_domain() static
authorRafael J. Wysocki <rjw@sisk.pl>
Mon, 6 Aug 2012 23:15:02 +0000 (01:15 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Mon, 3 Sep 2012 23:44:58 +0000 (01:44 +0200)
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>

No differences found