From cac15dc25f416972f8dd0b6a8d74daa79dc3a998 Mon Sep 17 00:00:00 2001 From: Lucas Tanure Date: Sun, 19 Nov 2023 10:45:14 +0000 Subject: ASoC: fsl_mqs: Remove duplicate linux/of.h header Remove linux/of.h as is included more than once. Reported by make includecheck. Signed-off-by: Lucas Tanure Acked-by: Shengjiu Wang Link: https://lore.kernel.org/r/20231119104514.25536-1-tanure@linux.com Signed-off-by: Mark Brown --- sound/soc/fsl/fsl_mqs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sound/soc/fsl') diff --git a/sound/soc/fsl/fsl_mqs.c b/sound/soc/fsl/fsl_mqs.c index f2d74ec05cdf..86704ba5f6f0 100644 --- a/sound/soc/fsl/fsl_mqs.c +++ b/sound/soc/fsl/fsl_mqs.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3-59-g8ed1b