Received: by 10.223.185.116 with SMTP id b49csp1106727wrg; Fri, 23 Feb 2018 12:03:26 -0800 (PST) X-Google-Smtp-Source: AH8x225z5VlmWT76GgQr7GQfPLuFA8iuSzn3JALE0faCEBc5lArGJEYyyh4NVP2BvEElLwftSXBu X-Received: by 10.98.149.90 with SMTP id p87mr2845910pfd.28.1519416206768; Fri, 23 Feb 2018 12:03:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519416206; cv=none; d=google.com; s=arc-20160816; b=iirdYtjS/EMNW/hdc0RW+WUs494xgsE9X6SLQde43NMfObt1ei98q2nHr2rGChHrhQ ctbAnEHVoxoRsNOxumyDAB1vBL5o+Ls6SIls01UzeC2tIfCUnQ4J3bSEfKkRAzKDK5UP loSvnhmxjyDzK/ke0vNyhK9DAauo3mhZmnoInrKBk7LIEqLBZG0tR/DRXV/a3gU18nGq lN0RrJipI3ao05v33oVNjWRcb6Fk+XAXTnHg6OOnPtqekGvG2F22OiNhZ8K+EqTVjpep nIns2Bgl9cHPR6b5/2pr8f/+hI4nbM4YemoBmxSC0OvSFBIdpQgYCdpwZ8seZU61s5jh 1heg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=wJVlof+78OW/q+GCcQZ/VVMkiqpByE6bMZxEYZZFQiw=; b=X08b3DSUCYTXtTtfWrYEQCbEJk6zzyrfcz25OaVzG738hk9pWGTUsQGh9vvBPtCKWQ KB+Qhg+KOWnG+1SqgY38iBz9Sj90SG7PQAA0m8oQRV9IGqYOeYpZH8NzpzCpqZOt0NNb jIyJPH3t6rVcnv7FljC3qFS6M5DyzQ9JRwlnaKZfCpP7MIYTHEVkr346tFofadpfi7hp oWK2shWxF+UuQNuo20Y429X7E26VluetuaTKz9eLM4xdRnktoT2my20R9vsOvX68ehVf UFtxHzmTUMhGqhNvvF0vY0y3Pvq98hhukB3qWq0Gd2sl88LtptAMSZ2UC7Jre1o4Ze4i 1sbA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q9-v6si2196307plr.110.2018.02.23.12.03.09; Fri, 23 Feb 2018 12:03:26 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755073AbeBWUA5 (ORCPT + 99 others); Fri, 23 Feb 2018 15:00:57 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:42246 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932998AbeBWSnb (ORCPT ); Fri, 23 Feb 2018 13:43:31 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 91EC31138; Fri, 23 Feb 2018 18:43:30 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Arnd Bergmann , Mark Brown Subject: [PATCH 4.9 032/145] ASoC: ux500: add MODULE_LICENSE tag Date: Fri, 23 Feb 2018 19:25:38 +0100 Message-Id: <20180223170729.058160995@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180223170724.669759283@linuxfoundation.org> References: <20180223170724.669759283@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Arnd Bergmann commit 1783c9d7cb7bc3181b9271665959b87280d98d8e upstream. This adds MODULE_LICENSE/AUTHOR/DESCRIPTION tags to the ux500 platform drivers, to avoid these build warnings: WARNING: modpost: missing MODULE_LICENSE() in sound/soc/ux500/snd-soc-ux500-plat-dma.o WARNING: modpost: missing MODULE_LICENSE() in sound/soc/ux500/snd-soc-ux500-mach-mop500.o The company no longer exists, so the email addresses of the authors don't work any more, but I've added them anyway for consistency. Signed-off-by: Arnd Bergmann Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- sound/soc/ux500/mop500.c | 4 ++++ sound/soc/ux500/ux500_pcm.c | 5 +++++ 2 files changed, 9 insertions(+) --- a/sound/soc/ux500/mop500.c +++ b/sound/soc/ux500/mop500.c @@ -164,3 +164,7 @@ static struct platform_driver snd_soc_mo }; module_platform_driver(snd_soc_mop500_driver); + +MODULE_LICENSE("GPL v2"); +MODULE_DESCRIPTION("ASoC MOP500 board driver"); +MODULE_AUTHOR("Ola Lilja"); --- a/sound/soc/ux500/ux500_pcm.c +++ b/sound/soc/ux500/ux500_pcm.c @@ -165,3 +165,8 @@ int ux500_pcm_unregister_platform(struct return 0; } EXPORT_SYMBOL_GPL(ux500_pcm_unregister_platform); + +MODULE_AUTHOR("Ola Lilja"); +MODULE_AUTHOR("Roger Nilsson"); +MODULE_DESCRIPTION("ASoC UX500 driver"); +MODULE_LICENSE("GPL v2");