aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/rtc8564.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/chips/rtc8564.c')
-rw-r--r--drivers/i2c/chips/rtc8564.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/chips/rtc8564.c b/drivers/i2c/chips/rtc8564.c
index 26e498d921da..e586f75dd024 100644
--- a/drivers/i2c/chips/rtc8564.c
+++ b/drivers/i2c/chips/rtc8564.c
@@ -362,7 +362,6 @@ static struct i2c_driver rtc8564_driver = {
362 .owner = THIS_MODULE, 362 .owner = THIS_MODULE,
363 .name = "RTC8564", 363 .name = "RTC8564",
364 .id = I2C_DRIVERID_RTC8564, 364 .id = I2C_DRIVERID_RTC8564,
365 .flags = I2C_DF_NOTIFY,
366 .attach_adapter = rtc8564_probe, 365 .attach_adapter = rtc8564_probe,
367 .detach_client = rtc8564_detach, 366 .detach_client = rtc8564_detach,
368 .command = rtc8564_command 367 .command = rtc8564_command