diff options
Diffstat (limited to 'drivers/mfd/sun6i-prcm.c')
-rw-r--r-- | drivers/mfd/sun6i-prcm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/sun6i-prcm.c b/drivers/mfd/sun6i-prcm.c index 283ab8d197e4..2f2e9f062571 100644 --- a/drivers/mfd/sun6i-prcm.c +++ b/drivers/mfd/sun6i-prcm.c | |||
@@ -152,7 +152,6 @@ static int sun6i_prcm_probe(struct platform_device *pdev) | |||
152 | static struct platform_driver sun6i_prcm_driver = { | 152 | static struct platform_driver sun6i_prcm_driver = { |
153 | .driver = { | 153 | .driver = { |
154 | .name = "sun6i-prcm", | 154 | .name = "sun6i-prcm", |
155 | .owner = THIS_MODULE, | ||
156 | .of_match_table = sun6i_prcm_dt_ids, | 155 | .of_match_table = sun6i_prcm_dt_ids, |
157 | }, | 156 | }, |
158 | .probe = sun6i_prcm_probe, | 157 | .probe = sun6i_prcm_probe, |