diff --git a/drivers/i2c/i2c_driver.c b/drivers/i2c/i2c_driver.c index 59389ba6c5c..422b8651d48 100644 --- a/drivers/i2c/i2c_driver.c +++ b/drivers/i2c/i2c_driver.c @@ -112,7 +112,7 @@ static const struct file_operations i2cdrvr_fops = i2cdrvr_read, /* read */ i2cdrvr_write, /* write */ NULL, /* seek */ - i2cdrvr_ioctl /* ioctl */ + i2cdrvr_ioctl, /* ioctl */ NULL /* poll */ #ifndef CONFIG_DISABLE_PSEUDOFS_OPERATIONS , i2cdrvr_unlink /* unlink */