diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-sh_mobile.c')
-rw-r--r-- | drivers/i2c/busses/i2c-sh_mobile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-sh_mobile.c b/drivers/i2c/busses/i2c-sh_mobile.c index 8b5e79cb4468..12b9a69c0285 100644 --- a/drivers/i2c/busses/i2c-sh_mobile.c +++ b/drivers/i2c/busses/i2c-sh_mobile.c | |||
@@ -798,7 +798,6 @@ static const struct dev_pm_ops sh_mobile_i2c_dev_pm_ops = { | |||
798 | static struct platform_driver sh_mobile_i2c_driver = { | 798 | static struct platform_driver sh_mobile_i2c_driver = { |
799 | .driver = { | 799 | .driver = { |
800 | .name = "i2c-sh_mobile", | 800 | .name = "i2c-sh_mobile", |
801 | .owner = THIS_MODULE, | ||
802 | .pm = &sh_mobile_i2c_dev_pm_ops, | 801 | .pm = &sh_mobile_i2c_dev_pm_ops, |
803 | .of_match_table = sh_mobile_i2c_dt_ids, | 802 | .of_match_table = sh_mobile_i2c_dt_ids, |
804 | }, | 803 | }, |