On 12/21/13 10:07, Sachin Kamat wrote: > 'cm36651_of_match' is always compiled in. Hence the > helper macro is not needed. > > Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> Applied to the togreg branch of iio.git Thanks, > --- > drivers/iio/light/cm36651.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/light/cm36651.c b/drivers/iio/light/cm36651.c > index 0922e39b0ea9..328ef3d760c3 100644 > --- a/drivers/iio/light/cm36651.c > +++ b/drivers/iio/light/cm36651.c > @@ -693,7 +693,7 @@ static const struct of_device_id cm36651_of_match[] = { > static struct i2c_driver cm36651_driver = { > .driver = { > .name = "cm36651", > - .of_match_table = of_match_ptr(cm36651_of_match), > + .of_match_table = cm36651_of_match, > .owner = THIS_MODULE, > }, > .probe = cm36651_probe, > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html