diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-mv64xxx.c')
| -rw-r--r-- | drivers/i2c/busses/i2c-mv64xxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-mv64xxx.c b/drivers/i2c/busses/i2c-mv64xxx.c index d3e9cc3153a9..8be7e42aa4de 100644 --- a/drivers/i2c/busses/i2c-mv64xxx.c +++ b/drivers/i2c/busses/i2c-mv64xxx.c | |||
| @@ -911,7 +911,7 @@ static struct platform_driver mv64xxx_i2c_driver = { | |||
| 911 | .driver = { | 911 | .driver = { |
| 912 | .owner = THIS_MODULE, | 912 | .owner = THIS_MODULE, |
| 913 | .name = MV64XXX_I2C_CTLR_NAME, | 913 | .name = MV64XXX_I2C_CTLR_NAME, |
| 914 | .of_match_table = of_match_ptr(mv64xxx_i2c_of_match_table), | 914 | .of_match_table = mv64xxx_i2c_of_match_table, |
| 915 | }, | 915 | }, |
| 916 | }; | 916 | }; |
| 917 | 917 | ||
