Received: by 10.223.176.5 with SMTP id f5csp2830368wra; Mon, 5 Feb 2018 10:33:46 -0800 (PST) X-Google-Smtp-Source: AH8x225D2LS+AWkyMaRActh+F1k1j6rWxHEOJj9c2bX8aPtp4R/Bz58peHNDVX1IqzIy3wd0Q1Dr X-Received: by 10.98.23.23 with SMTP id 23mr50360875pfx.179.1517855626307; Mon, 05 Feb 2018 10:33:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517855626; cv=none; d=google.com; s=arc-20160816; b=yxIZuczr4h0X/PzT3yu8M3sm64wuWIaM58g71oz47gpdz/KDKiHSHXD3qJ9xFui3FM wOsOR4bt3Iv7CwRmhWO4NijSxEuKKdAVJiBOEOoYvn1rxvOfy5BsakYQclE6r5PJfo6R gCuYBzrDa1f+pxay52pt2/4PYMKuj5IBjBMrJDlZcoQf/j9iDYdwgnwI+NyKc81AYx61 iRpohldTqiWVWCeAI91zEGQ5yhIRGSCo4vC5j8830LmQ/gHLCkhrqMGsxbLNTTHiYLTG yb5eWc/4/bjxtd+1HsiHGOnVTV7iMPG+Oqh13vz2++w3PHNyNBpZcTm3lCDZZXiws5jX MLqA== 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=kJWLpgn1U7bvZ5sb/7fWf0XDQk3OlLfsrSouiuQOsOs=; b=VZt76ZXTJm72nRvjJ2rde0NT0FyIiulgD00YsFJJ54hhTvxMn5hNn5kF+zrMeyTI7v QUkEbu1bbB0yAJwx9zj1H/MJrpBepkq1MTUsRsh20gmi5VgY2GSA6TW+lPpKsTbK6ifT t6swWWEotXaJqdf5X7DrhLeCam3TWhlkW7jl2y0fgVlZBVulzLue8ljeC/5mmCW+xfhk PJtOpsAVE+Xk8x/L8gkfbnfQuP2Qs/P1kbOR9Vzg4ExVUfTDTXK3utBVM6D4mquFcRa8 iVcfghZnQWGRSKjfdwekFVofneg2CYanJJSzKHkJ1nQbZsu6FGdhkCcLwhQujPWW1zS/ 4mXg== 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 17si1421679pfo.59.2018.02.05.10.33.31; Mon, 05 Feb 2018 10:33:46 -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 S1754122AbeBESbl (ORCPT + 99 others); Mon, 5 Feb 2018 13:31:41 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:52852 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753826AbeBESZ5 (ORCPT ); Mon, 5 Feb 2018 13:25:57 -0500 Received: from localhost (unknown [104.132.1.108]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id EB442114D; Mon, 5 Feb 2018 18:25:37 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jesse Chan , Arnd Bergmann Subject: [PATCH 4.15 18/60] auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE Date: Mon, 5 Feb 2018 10:22:51 -0800 Message-Id: <20180205182214.672318759@linuxfoundation.org> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180205182213.902626065@linuxfoundation.org> References: <20180205182213.902626065@linuxfoundation.org> User-Agent: quilt/0.65 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: Jesse Chan commit 09c479f7f1fbfaf848e5813996793966cd50be81 upstream. This change resolves a new compile-time warning when built as a loadable module: WARNING: modpost: missing MODULE_LICENSE() in drivers/auxdisplay/img-ascii-lcd.o see include/linux/module.h for more information This adds the license as "GPL", which matches the header of the file. MODULE_DESCRIPTION and MODULE_AUTHOR are also added. Signed-off-by: Jesse Chan Signed-off-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- drivers/auxdisplay/img-ascii-lcd.c | 4 ++++ 1 file changed, 4 insertions(+) --- a/drivers/auxdisplay/img-ascii-lcd.c +++ b/drivers/auxdisplay/img-ascii-lcd.c @@ -441,3 +441,7 @@ static struct platform_driver img_ascii_ .remove = img_ascii_lcd_remove, }; module_platform_driver(img_ascii_lcd_driver); + +MODULE_DESCRIPTION("Imagination Technologies ASCII LCD Display"); +MODULE_AUTHOR("Paul Burton "); +MODULE_LICENSE("GPL");