j
k
j a
j l
On Wed, Nov 12, 2014 at 02:05:39PM +0530, Krishna Mohan Dani wrote:
+#ifdef CONFIG_OF .of_match_table = of_match_ptr(rt5631_i2c_dt_ids), +#endif
+#ifdef CONFIG_OF
.of_match_table = of_match_ptr(rt5631_i2c_dt_ids),
+#endif
This is OK apart from this - you don't need the CONFIG_OF around of_match_ptr().
Attachments:
Back to the thread
Back to the list