Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef4458a1 authored by Fengguang Wu's avatar Fengguang Wu Committed by Greg Kroah-Hartman
Browse files

Drivers: char: exynos_rng_pm_ops can be static

parent 24208bbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 = {