On Fri, Feb 19, 2016 at 11:16:22AM +0100, Geert Uytterhoeven wrote: > @@ -887,7 +870,7 @@ static struct platform_driver gpio_keys_device_driver = { > .driver = { > .name = "gpio-keys", > .pm = &gpio_keys_pm_ops, > - .of_match_table = of_match_ptr(gpio_keys_of_match), > + .of_match_table = gpio_keys_of_match, Why are we changing this? I think match table should still be guarded by #ifdef CONFIG_OF. Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html