ASoC: dwc: Remove unnecessary conditional compilation
authorAndrew Jackson <Andrew.Jackson@arm.com>
Tue, 27 Jan 2015 20:38:28 +0000 (20:38 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 28 Jan 2015 17:40:08 +0000 (17:40 +0000)
commitacae254a8e08b9406e62d456000ebd1573af0cb6
tree1fdb5cc2317186220b2090d81f4495cbe86589cf
parent0d274544bfee721b22b484a10b1480e237c0e258
ASoC: dwc: Remove unnecessary conditional compilation

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.Jackson@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/dwc/designware_i2s.c