ASoC: ti: j721e-evm: Fix compiler warning when CONFIG_OF=n
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Mon, 28 Sep 2020 07:43:30 +0000 (10:43 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 28 Sep 2020 16:59:03 +0000 (17:59 +0100)
commit5ec3c854d1a7edb95b20999d480b0c16c717254a
tree6511cb5b13e9138dacc9c440df57270fefdc9b98
parent16346a3cf02ebb8906c6a0ba907f83ea62cc874b
ASoC: ti: j721e-evm: Fix compiler warning when CONFIG_OF=n

Remove the use of of_match_ptr() macro for of_match_table to fix compiler
warning when CONFIG_OF=n:

sound/soc/ti/j721e-evm.c:528:34: warning: unused variable 'j721e_audio_of_match' [-Wunused-const-variable]

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20200928074330.13029-1-peter.ujfalusi@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/j721e-evm.c