19 Dec
2015
19 Dec
'15
1:50 p.m.
On Thu, Dec 17, 2015 at 08:35:49PM -0600, Pierre-Louis Bossart wrote:
+#if defined(CONFIG_OF) +static const struct of_device_id rt5651_of_match[] = {
- { .compatible = "realtek,rt5651", },
- {},
+}; +MODULE_DEVICE_TABLE(of, rt5651_of_match); +#endif
You need a binding document for new DT bindings.