OSDN Git Service

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)
commita62595d359ba8ca0f25b93c06eab84ba97ca516f
treebd6ec8884fa3bcbf7f22ac77d55d7a13084a51e7
parent45e5ca575647ebbca932f34a1ed915ae7a581cbb
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