diff options
author | Vijendar Mukunda | 2022-07-07 18:56:08 +0530 |
---|---|---|
committer | Mark Brown | 2022-07-08 11:51:48 +0100 |
commit | d7e5d8d24c1179b36a3cb40b3f785e23a8992acd (patch) | |
tree | 7be07221a1bfa996609b107b1860d1c5af47cb23 | |
parent | f460e3a9740b8c1ec5a9a034262674514bbbdcac (diff) |
ASoC: amd: remove unused header file inclusion
Removed unused header file inclusion from Jadeite platform machine
driver.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/20220707132613.3150931-1-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/amd/acp-es8336.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/amd/acp-es8336.c b/sound/soc/amd/acp-es8336.c index 4f3992532332..54ba399fe596 100644 --- a/sound/soc/amd/acp-es8336.c +++ b/sound/soc/amd/acp-es8336.c @@ -23,7 +23,6 @@ #include <linux/module.h> #include <linux/acpi.h> -#include "../codecs/es8316.h" #include "acp.h" #define DUAL_CHANNEL 2 |