ASoC: sof: Fix warning when IPC flood test is not enabled
authorMark Brown <broonie@kernel.org>
Thu, 8 Aug 2019 22:15:54 +0000 (23:15 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 8 Aug 2019 22:15:54 +0000 (23:15 +0100)
commitf6326fa4855b0f8173af822fcc139afdbf4d4b71
tree454aa82b0ea1a02a916e4ed8955a21efd0367f87
parente1b141552bdf3250e43bd4c60563142b27ce855f
ASoC: sof: Fix warning when IPC flood test is not enabled

dentry is only used when the flood test is done so move the declaration
of the variable inside the ifdef for the flood test.

Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/debug.c