Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acae254a authored by Andrew Jackson's avatar Andrew Jackson Committed by Mark Brown
Browse files

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: default avatarAndrew Jackson <Andrew.Jackson@arm.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 0d274544
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -613,9 +613,7 @@ static struct platform_driver dw_i2s_driver = {
	.remove		= dw_i2s_remove,
	.driver		= {
		.name	= "designware-i2s",
#ifdef CONFIG_OF
		.of_match_table = of_match_ptr(dw_i2s_of_match),
#endif
	},
};