Re: [PATCH 1/1] char: hw_random: Make exynos_rng_pm_ops static

2013-01-21 Thread Greg KH
On Mon, Jan 21, 2013 at 05:15:49PM +0530, Sachin Kamat wrote: > 'exynos_rng_pm_ops' is used only in this file. Without this patch > we get the following sparse warning: > drivers/char/hw_random/exynos-rng.c:165:1: warning: > symbol 'exynos_rng_pm_ops' was not declared. Should it be static? > >

[PATCH 1/1] char: hw_random: Make exynos_rng_pm_ops static

2013-01-21 Thread Sachin Kamat
'exynos_rng_pm_ops' is used only in this file. Without this patch we get the following sparse warning: drivers/char/hw_random/exynos-rng.c:165:1: warning: symbol 'exynos_rng_pm_ops' was not declared. Should it be static? Signed-off-by: Sachin Kamat Cc: Jonghwa Lee ---

[PATCH 1/1] char: hw_random: Make exynos_rng_pm_ops static

2013-01-21 Thread Sachin Kamat
'exynos_rng_pm_ops' is used only in this file. Without this patch we get the following sparse warning: drivers/char/hw_random/exynos-rng.c:165:1: warning: symbol 'exynos_rng_pm_ops' was not declared. Should it be static? Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: Jonghwa Lee

Re: [PATCH 1/1] char: hw_random: Make exynos_rng_pm_ops static

2013-01-21 Thread Greg KH
On Mon, Jan 21, 2013 at 05:15:49PM +0530, Sachin Kamat wrote: 'exynos_rng_pm_ops' is used only in this file. Without this patch we get the following sparse warning: drivers/char/hw_random/exynos-rng.c:165:1: warning: symbol 'exynos_rng_pm_ops' was not declared. Should it be static?