提交 ef4458a1 编写于 作者: F Fengguang Wu 提交者: Greg Kroah-Hartman

Drivers: char: exynos_rng_pm_ops can be static

Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 24208bbe
...@@ -162,7 +162,7 @@ static int exynos_rng_runtime_resume(struct device *dev) ...@@ -162,7 +162,7 @@ static int exynos_rng_runtime_resume(struct device *dev)
} }
UNIVERSAL_DEV_PM_OPS(exynos_rng_pm_ops, exynos_rng_runtime_suspend, static UNIVERSAL_DEV_PM_OPS(exynos_rng_pm_ops, exynos_rng_runtime_suspend,
exynos_rng_runtime_resume, NULL); exynos_rng_runtime_resume, NULL);
static struct platform_driver exynos_rng_driver = { static struct platform_driver exynos_rng_driver = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册