22 Jan
2014
22 Jan
'14
6:14 p.m.
On Wed, Jan 22, 2014 at 05:30:43PM +0530, Sachin Kamat wrote:
Fixes the following build error and warning when OF is not defined: sound/soc/samsung/smdk_wm8994.c:191:23: error: ‘samsung_wm8994_of_match’ undeclared (first use in this function) sound/soc/samsung/smdk_wm8994.c:47:32: warning: ‘smdk_board_data’ defined but not used [-Wunused-variable]
of_match_ptr() is used so that samsung_wm8994_of_match gets dropped (as unused)
Applied, thanks.