Received: by 10.213.65.68 with SMTP id h4csp670938imn; Fri, 6 Apr 2018 07:04:57 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+742SLy/VBJmbYkcAZ/npIbSJH9hHrnbGCwWaZd8hIA20lM8ZbIytTrXFoPBgjjKAxBJ1k X-Received: by 2002:a17:902:28a4:: with SMTP id f33-v6mr26937231plb.115.1523023497239; Fri, 06 Apr 2018 07:04:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523023497; cv=none; d=google.com; s=arc-20160816; b=AKjwQBZXpzKd/U+ii0+jpyCA0BMsKd4zOyb+v9JLnr584w/gShTp976fQC3xD8kB4q X7FeiQUZtb+8O//U2ct63UYfZ2YXjuOvNVginfvZGLowQP+PtPSG0M6yv+TlbXrF0Vke KMh7E4aMBIQP7TVSMeSOoRzM+sZDACJ3dardQxEs4kd1xSBj5wIXoXti8AbXd3tbAljz C8hXLf+ROpcrXqK1YOQnVbyGfTeDi00QogAKglWkYn81pFi89S8TSEkuqBt94dv+7r4K m0jsUJmbWWFeJq4Je5TJqnqN8I9xwWeNOUUAmbFbrD3j8hpWRRAQjQtkUtMHuzZUvap8 fXwg== 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=INgCciu4DCjhZSGUgcp5GRiABI7zKeaIzK/+T7npQqE=; b=SbQ5ZoiMiRXcsPEouSj2kZIC1UsSp5Ual6Q7oz27ERRS8J5RM32gA02Zmj37zCS345 eOUU3oKcPTRPSB+YDHnO8huowGfQGX65voyLYUKRSzTrl1OoUqlkU5oGi6BE9B4YfDQa j3as17iClLMHPA0K7cL9dLNGhLUdStDZTwZiGc8Rx5O9a0wLBMIAV6Zqby7g5hKPW/QX goH7FVkjRBUks0aiDpn1o5TMjaVwp1R705oljWpM9N1fXi0he3nIM8/ZJPVPeIHGXW+E ZlPxpJD6F7fBkMaX1/29stmR0ZF7xewp3iWIMm5LaoAviY+czzbvnTM3nJZGTOGq0cko Gh7Q== 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 h3si7258366pgf.257.2018.04.06.07.04.43; Fri, 06 Apr 2018 07:04:57 -0700 (PDT) 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 S1753220AbeDFOCA (ORCPT + 99 others); Fri, 6 Apr 2018 10:02:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36820 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756511AbeDFNmJ (ORCPT ); Fri, 6 Apr 2018 09:42:09 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 78512D8D; Fri, 6 Apr 2018 13:42:08 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Arnd Bergmann , Bjorn Andersson , Kishon Vijay Abraham I Subject: [PATCH 4.15 37/72] phy: qcom-ufs: add MODULE_LICENSE tag Date: Fri, 6 Apr 2018 15:24:12 +0200 Message-Id: <20180406084352.345488368@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180406084349.367583460@linuxfoundation.org> References: <20180406084349.367583460@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 59fba0869acae06ff594dd7e9808ed673f53538a upstream. While the specific UFS PHY drivers (14nm and 20nm) have a module license, the common base module does not, leading to a Kbuild failure: WARNING: modpost: missing MODULE_LICENSE() in drivers/phy/qualcomm/phy-qcom-ufs.o FATAL: modpost: GPL-incompatible module phy-qcom-ufs.ko uses GPL-only symbol 'clk_enable' This adds a module description and license tag to fix the build. I added both Yaniv and Vivek as authors here, as Yaniv sent the initial submission, while Vivek did most of the work since. Signed-off-by: Arnd Bergmann Acked-by: Bjorn Andersson Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Greg Kroah-Hartman --- drivers/phy/qualcomm/phy-qcom-ufs.c | 5 +++++ 1 file changed, 5 insertions(+) --- a/drivers/phy/qualcomm/phy-qcom-ufs.c +++ b/drivers/phy/qualcomm/phy-qcom-ufs.c @@ -675,3 +675,8 @@ int ufs_qcom_phy_power_off(struct phy *g return 0; } EXPORT_SYMBOL_GPL(ufs_qcom_phy_power_off); + +MODULE_AUTHOR("Yaniv Gardi "); +MODULE_AUTHOR("Vivek Gautam "); +MODULE_DESCRIPTION("Universal Flash Storage (UFS) QCOM PHY"); +MODULE_LICENSE("GPL v2");