[PATCH] ASoC: dwc: Remove unnecessary conditional compilation

2014-12-31 Thread Andrew Jackson
From: Andrew Jackson of_match_ptr is already conditionally compiled based on CONFIG_OF so further conditional compilation is not required. Remove conditional compilation surrounding of_match_ptr. Signed-off-by: Andrew Jackson --- sound/soc/dwc/designware_i2s.c |2 -- 1 files changed, 0

[PATCH] ASoC: dwc: Remove unnecessary conditional compilation

2014-12-31 Thread Andrew Jackson
From: Andrew Jackson andrew.jack...@arm.com of_match_ptr is already conditionally compiled based on CONFIG_OF so further conditional compilation is not required. Remove conditional compilation surrounding of_match_ptr. Signed-off-by: Andrew Jackson andrew.jack...@arm.com ---