From: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
soc-component.h already has SPDX License, GPL explanation is not needed. And it is included from soc.h only. No need to header-test. This patch tidyup these.
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com --- Mark
this is for for-5.4
include/Kbuild | 1 + include/sound/soc-component.h | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/include/Kbuild b/include/Kbuild index c38f0d4..c6909b5 100644 --- a/include/Kbuild +++ b/include/Kbuild @@ -1052,6 +1052,7 @@ header-test- += sound/soc-acpi-intel-match.h header-test- += sound/soc-dai.h header-test- += sound/soc-dapm.h header-test- += sound/soc-dpcm.h +header-test- += sound/soc-component.h header-test- += sound/sof/control.h header-test- += sound/sof/dai-intel.h header-test- += sound/sof/dai.h diff --git a/include/sound/soc-component.h b/include/sound/soc-component.h index 5d80b2e..a869199 100644 --- a/include/sound/soc-component.h +++ b/include/sound/soc-component.h @@ -3,16 +3,10 @@ * soc-component.h * * Copyright (c) 2019 Kuninori Morimoto kuninori.morimoto.gx@renesas.com - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #ifndef __SOC_COMPONENT_H #define __SOC_COMPONENT_H
-#include <sound/soc.h> - /* * Component probe and remove ordering levels for components with runtime * dependencies.