|
@@ -136,7 +136,7 @@ static int isp1301_remove(struct i2c_client *client)
|
|
static struct i2c_driver isp1301_driver = {
|
|
static struct i2c_driver isp1301_driver = {
|
|
.driver = {
|
|
.driver = {
|
|
.name = DRV_NAME,
|
|
.name = DRV_NAME,
|
|
- .of_match_table = of_match_ptr(isp1301_of_match),
|
|
|
|
|
|
+ .of_match_table = isp1301_of_match,
|
|
},
|
|
},
|
|
.probe = isp1301_probe,
|
|
.probe = isp1301_probe,
|
|
.remove = isp1301_remove,
|
|
.remove = isp1301_remove,
|