clk: samsung: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
1f46c71d6e
commit
c8da4a0ec6
@ -223,7 +223,6 @@ static int exynos_audss_clk_remove(struct platform_device *pdev)
|
||||
static struct platform_driver exynos_audss_clk_driver = {
|
||||
.driver = {
|
||||
.name = "exynos-audss-clk",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = exynos_audss_clk_of_match,
|
||||
},
|
||||
.probe = exynos_audss_clk_probe,
|
||||
|
@ -216,7 +216,6 @@ static const struct of_device_id s5pv210_audss_clk_of_match[] = {
|
||||
static struct platform_driver s5pv210_audss_clk_driver = {
|
||||
.driver = {
|
||||
.name = "s5pv210-audss-clk",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = s5pv210_audss_clk_of_match,
|
||||
},
|
||||
.probe = s5pv210_audss_clk_probe,
|
||||
|
Loading…
Reference in New Issue
Block a user