diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-cadence.c')
-rw-r--r-- | drivers/i2c/busses/i2c-cadence.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-cadence.c b/drivers/i2c/busses/i2c-cadence.c index 63f3f03ecc9b..04d0a7e449ef 100644 --- a/drivers/i2c/busses/i2c-cadence.c +++ b/drivers/i2c/busses/i2c-cadence.c | |||
@@ -890,7 +890,6 @@ MODULE_DEVICE_TABLE(of, cdns_i2c_of_match); | |||
890 | static struct platform_driver cdns_i2c_drv = { | 890 | static struct platform_driver cdns_i2c_drv = { |
891 | .driver = { | 891 | .driver = { |
892 | .name = DRIVER_NAME, | 892 | .name = DRIVER_NAME, |
893 | .owner = THIS_MODULE, | ||
894 | .of_match_table = cdns_i2c_of_match, | 893 | .of_match_table = cdns_i2c_of_match, |
895 | .pm = &cdns_i2c_dev_pm_ops, | 894 | .pm = &cdns_i2c_dev_pm_ops, |
896 | }, | 895 | }, |