forked from Minki/linux
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>
This commit is contained in:
parent
0d274544bf
commit
acae254a8e
@ -613,9 +613,7 @@ static struct platform_driver dw_i2s_driver = {
|
|||||||
.remove = dw_i2s_remove,
|
.remove = dw_i2s_remove,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "designware-i2s",
|
.name = "designware-i2s",
|
||||||
#ifdef CONFIG_OF
|
|
||||||
.of_match_table = of_match_ptr(dw_i2s_of_match),
|
.of_match_table = of_match_ptr(dw_i2s_of_match),
|
||||||
#endif
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user