]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Wed, 15 Aug 2012 18:55:01 +0000 (20:55 +0200)
commit10700aeff3d2b3e7e939d9df50d879d2625278ae
treece308c53398d34c126faf1975afd44939ef14ca9
parente26f3c9501e522dea820dfd9625fb725aea692c1
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>
arch/arm/mach-shmobile/include/mach/pm-rmobile.h
arch/arm/mach-shmobile/pm-rmobile.c