Browse Source

Drivers: char: exynos_rng_pm_ops can be static

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Fengguang Wu 12 năm trước cách đây
mục cha
commit
ef4458a165
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      drivers/char/hw_random/exynos-rng.c

+ 1 - 1
drivers/char/hw_random/exynos-rng.c

@@ -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);
 
 static struct platform_driver exynos_rng_driver = {