diff options
Diffstat (limited to 'drivers/mfd/si476x-i2c.c')
-rw-r--r-- | drivers/mfd/si476x-i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/si476x-i2c.c b/drivers/mfd/si476x-i2c.c index e3deb466628b..fb4ce6d04c30 100644 --- a/drivers/mfd/si476x-i2c.c +++ b/drivers/mfd/si476x-i2c.c | |||
@@ -873,7 +873,6 @@ MODULE_DEVICE_TABLE(i2c, si476x_id); | |||
873 | static struct i2c_driver si476x_core_driver = { | 873 | static struct i2c_driver si476x_core_driver = { |
874 | .driver = { | 874 | .driver = { |
875 | .name = "si476x-core", | 875 | .name = "si476x-core", |
876 | .owner = THIS_MODULE, | ||
877 | }, | 876 | }, |
878 | .probe = si476x_core_probe, | 877 | .probe = si476x_core_probe, |
879 | .remove = si476x_core_remove, | 878 | .remove = si476x_core_remove, |