30 Dec
2014
30 Dec
'14
5:53 p.m.
On Tue, Dec 30, 2014 at 10:55:48AM +0000, Andrew Jackson wrote:
From: Andrew Jackson Andrew.Jackson@arm.com
Allow the driver to be configured through a device tree rather than platform data.
Applied but...
+#ifdef CONFIG_OF
.of_match_table = of_match_ptr(dw_i2s_of_match),
+#endif
...the whole point of of_match_ptr() is that it avoids the need for the ifdef, please send a followup removing them.