提交 0e6262a0 编写于 作者: K Krzysztof Kozlowski 提交者: Kukjin Kim

ARM: EXYNOS: Drop owner assignment in pmu.c

platform_driver does not need to set an owner because
platform_driver_register() will set it.
Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: NKukjin Kim <kgene@kernel.org>
上级 054e6aa1
...@@ -991,7 +991,6 @@ static int exynos_pmu_probe(struct platform_device *pdev) ...@@ -991,7 +991,6 @@ static int exynos_pmu_probe(struct platform_device *pdev)
static struct platform_driver exynos_pmu_driver = { static struct platform_driver exynos_pmu_driver = {
.driver = { .driver = {
.name = "exynos-pmu", .name = "exynos-pmu",
.owner = THIS_MODULE,
.of_match_table = exynos_pmu_of_device_ids, .of_match_table = exynos_pmu_of_device_ids,
}, },
.probe = exynos_pmu_probe, .probe = exynos_pmu_probe,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册