diff options
-rw-r--r-- | drivers/usb/phy/phy-isp1301.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-isp1301.c b/drivers/usb/phy/phy-isp1301.c index b3b33cf7ddf6..f333024660b4 100644 --- a/drivers/usb/phy/phy-isp1301.c +++ b/drivers/usb/phy/phy-isp1301.c | |||
@@ -136,7 +136,7 @@ static int isp1301_remove(struct i2c_client *client) | |||
136 | static struct i2c_driver isp1301_driver = { | 136 | static struct i2c_driver isp1301_driver = { |
137 | .driver = { | 137 | .driver = { |
138 | .name = DRV_NAME, | 138 | .name = DRV_NAME, |
139 | .of_match_table = of_match_ptr(isp1301_of_match), | 139 | .of_match_table = isp1301_of_match, |
140 | }, | 140 | }, |
141 | .probe = isp1301_probe, | 141 | .probe = isp1301_probe, |
142 | .remove = isp1301_remove, | 142 | .remove = isp1301_remove, |