ASoC: fsl_micfil: drop unused include
The micfil driver doesn't use anything from imx-pcm.h. Drop its inclusion. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Shengjiu Wang <shengjiu.wang@gmail.com> Link: https://lore.kernel.org/r/20220414162249.3934543-18-s.hauer@pengutronix.de Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
bea1d61d58
commit
dcc4301584
|
@ -24,7 +24,6 @@
|
|||
#include <sound/core.h>
|
||||
|
||||
#include "fsl_micfil.h"
|
||||
#include "imx-pcm.h"
|
||||
|
||||
#define FSL_MICFIL_RATES SNDRV_PCM_RATE_8000_48000
|
||||
#define FSL_MICFIL_FORMATS (SNDRV_PCM_FMTBIT_S16_LE)
|
||||
|
|
Loading…
Reference in New Issue