diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-xiic.c')
-rw-r--r-- | drivers/i2c/busses/i2c-xiic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-xiic.c b/drivers/i2c/busses/i2c-xiic.c index ade9223912d3..e60e67a5fac6 100644 --- a/drivers/i2c/busses/i2c-xiic.c +++ b/drivers/i2c/busses/i2c-xiic.c | |||
@@ -771,7 +771,6 @@ static struct platform_driver xiic_i2c_driver = { | |||
771 | .probe = xiic_i2c_probe, | 771 | .probe = xiic_i2c_probe, |
772 | .remove = xiic_i2c_remove, | 772 | .remove = xiic_i2c_remove, |
773 | .driver = { | 773 | .driver = { |
774 | .owner = THIS_MODULE, | ||
775 | .name = DRIVER_NAME, | 774 | .name = DRIVER_NAME, |
776 | .of_match_table = of_match_ptr(xiic_of_match), | 775 | .of_match_table = of_match_ptr(xiic_of_match), |
777 | }, | 776 | }, |