From patchwork Thu Sep 19 03:44:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 11151541 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5106E1747 for ; Thu, 19 Sep 2019 03:45:55 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 58381206C2 for ; Thu, 19 Sep 2019 03:45:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="k5NZ6p4U" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 58381206C2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 0AE8D166D; Thu, 19 Sep 2019 05:45:02 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 0AE8D166D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1568864752; bh=f0tl7OCmqxXl29p3NnbAUZotwznGC4lMGlO81AsyMBo=; h=Date:From:To:Cc:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=k5NZ6p4Um+0rARKUkiHfph+epD1nmPkr19bH+wjRBwzoHYmTCx02L7dba1fn9CwKU kwO1JbSzmrTUKw46VP8jmn63T1KmnW7MyqcMiuUNtUTBPNzzMVQznupOch+++GCyxV Rg1gJi03biwYHQudmW5IG3znlFaOBRK60isbJQ3g= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 5BB69F80292; Thu, 19 Sep 2019 05:45:01 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa1.perex.cz (Postfix, from userid 50401) id 442C5F80361; Thu, 19 Sep 2019 05:44:59 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on alsa1.perex.cz X-Spam-Level: ** X-Spam-Status: No, score=2.8 required=5.0 tests=AC_FROM_MANY_DOTS, PRX_BODY_76, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by alsa1.perex.cz (Postfix) with ESMTP id D74E0F80292 for ; Thu, 19 Sep 2019 05:44:52 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz D74E0F80292 Date: 19 Sep 2019 12:44:50 +0900 X-IronPort-AV: E=Sophos;i="5.64,522,1559487600"; d="scan'208";a="26732316" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 19 Sep 2019 12:44:50 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 4A0984007F45; Thu, 19 Sep 2019 12:44:50 +0900 (JST) Message-ID: <87h859hrv1.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto User-Agent: Wanderlust/2.15.9 Emacs/24.5 Mule/6.0 To: Mark Brown MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Cc: Linux-ALSA Subject: [alsa-devel] [PATCH] ASoC: soc-component.h: tidyup for soc-component.h X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" From: Kuninori Morimoto 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 --- 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 - * - * 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 - /* * Component probe and remove ordering levels for components with runtime * dependencies.