Received: by 10.223.185.116 with SMTP id b49csp1052893wrg; Fri, 23 Feb 2018 11:03:05 -0800 (PST) X-Google-Smtp-Source: AH8x227rOrrteetLOvewjKDKp24Zg8FYb5G7hl3aiLFAI9ctzofnvrf+6gNCLyreXHkJoo8RH0vB X-Received: by 10.98.153.157 with SMTP id t29mr2727945pfk.201.1519412585758; Fri, 23 Feb 2018 11:03:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519412585; cv=none; d=google.com; s=arc-20160816; b=0LDoDATFXYSJflK4NBL4ewhqxGTT522Gn7I5zO68YIbrfNaJNDDPrm7M2623sj/jzo 9U8oJ5ABZJNP1loflVBopYYT4WsB6MM7Uk3apTBwA18rWreUyIQZfECgVBkj1eZdC5ZZ nfE5hTTiDJB10Rl+4BfKvXnR278iQpOOHQflYZIrB27aNp6IiKOrq/WtgpBcoNoUW632 4h1a+KAG3WY7lJhAP5lwiMiELeWaPSffR5eVJgRaP8NRuKpy1azPTGJhAsVvFAVDAx0e K/EGSHP4cHkX2RrXl64LMxqQW3nMSz9/h/Kl7YdsryRv1vbgPDV2Zq5ek1r7Lw6ASZSx xhrg== 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=LWjlMSeHcSpzMTzBKNyB3FW7Tidz0v0PpFPFitdDYNo=; b=LgRJ7oYCBIw/lj7rm49ItjPR/2atjgWm5T0yOkp5DkWKKY1Vdd+JRtMwxaBp2++mkF 5H1tCJ1K+OA+as7k1MDRy5qio1XKBOkLICWIgGimd/XPU2ZaQJveC1A1M+v5tuAec/WH nM3PHNtvAFI1AiCpWyD7qt4rTOeQ1w3fzIp00xDLJUl+nYFuGOwHC1cMTjD2GvZCu/oy t/uBndolwmLc1A08/lbypzhHlfkCpf17cz05fROM/ZYCbuMwCBlDu2ulN59fXzssT2JE DrLCAlANgzRLqukyJUxZqBrYvpdlGFoeYm4fOfGIFrPFr9btF10NhAu3Wn7lxomK+prR euHQ== 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 x9-v6si2167799plv.317.2018.02.23.11.02.51; Fri, 23 Feb 2018 11:03:05 -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 S965724AbeBWS7A (ORCPT + 99 others); Fri, 23 Feb 2018 13:59:00 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:50690 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965694AbeBWS6x (ORCPT ); Fri, 23 Feb 2018 13:58:53 -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 940ED1183; Fri, 23 Feb 2018 18:58:52 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Arnd Bergmann , Russell King Subject: [PATCH 4.15 26/45] ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag Date: Fri, 23 Feb 2018 19:29:05 +0100 Message-Id: <20180223170719.400034975@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180223170715.197760019@linuxfoundation.org> References: <20180223170715.197760019@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.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Arnd Bergmann commit a21b4c10c7bf5b58112afa20d6fa829e8d74e3e6 upstream. Without this tag, we get a build warning: WARNING: modpost: missing MODULE_LICENSE() in arch/arm/common/bL_switcher_dummy_if.o For completeness, I'm also adding author and description fields. Signed-off-by: Arnd Bergmann Signed-off-by: Russell King Signed-off-by: Greg Kroah-Hartman --- arch/arm/common/bL_switcher_dummy_if.c | 4 ++++ 1 file changed, 4 insertions(+) --- a/arch/arm/common/bL_switcher_dummy_if.c +++ b/arch/arm/common/bL_switcher_dummy_if.c @@ -57,3 +57,7 @@ static struct miscdevice bL_switcher_dev &bL_switcher_fops }; module_misc_device(bL_switcher_device); + +MODULE_AUTHOR("Nicolas Pitre "); +MODULE_LICENSE("GPL v2"); +MODULE_DESCRIPTION("big.LITTLE switcher dummy user interface");