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 522916a33aa0..e8400042b358 100644 --- a/drivers/i2c/busses/i2c-xiic.c +++ b/drivers/i2c/busses/i2c-xiic.c | |||
@@ -815,7 +815,6 @@ static struct platform_driver xiic_i2c_driver = { | |||
815 | .probe = xiic_i2c_probe, | 815 | .probe = xiic_i2c_probe, |
816 | .remove = xiic_i2c_remove, | 816 | .remove = xiic_i2c_remove, |
817 | .driver = { | 817 | .driver = { |
818 | .owner = THIS_MODULE, | ||
819 | .name = DRIVER_NAME, | 818 | .name = DRIVER_NAME, |
820 | .of_match_table = of_match_ptr(xiic_of_match), | 819 | .of_match_table = of_match_ptr(xiic_of_match), |
821 | }, | 820 | }, |