Received: by 10.223.185.116 with SMTP id b49csp4102630wrg; Tue, 13 Feb 2018 12:49:29 -0800 (PST) X-Google-Smtp-Source: AH8x227Ry6Qcj3CEU0c0o6o04ewC9Gf00pqzeN6qXA5z23vZw1Mig3xd4NJbhmBb8ZDtSLFrcK/f X-Received: by 2002:a17:902:a612:: with SMTP id u18-v6mr2265860plq.129.1518554968926; Tue, 13 Feb 2018 12:49:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518554968; cv=none; d=google.com; s=arc-20160816; b=RIGlZgpROmtygyUwDIPa3dO+fjq4vYYPhoG5mZ9yo9TaOVrS2cRJB94utmUTBvfF5f 5NLo3guY0ulld5TjCqyym4QNjBwP2LaPanhiZI3Wr8nZv6/wkK2O9n/e6oFgMOx2ASaS kBRbD9wDOwlQcZ7psAF3c12QVAOOTSNylfP4n3wZOw8pGMpFcVxSnJxEVxReQcWwDlJt 1qT4/7mQcZm8vnKUF5/26n3mzjH6xlStI1iDhaOWP9dgshoHzuerXwR11bG2qNMe4VSh MEHyoOFiUCPOdiA+FnXPe9m7UlIDjUq2pcjJGOz0jO9WH3sVlT4jABdwl/hyEpuCmOcW 8xaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=318KoNxXtL/QUoD19LrQJMFFM6WC5ke2qynsGiC6Okk=; b=Eytey1kcWUnB9XIwAKK9sYwPVqlgeS8gNSG/DednDrpvi8aoKNkMCZg1X/1fMT5Qo2 7718KckpghK6fdL599yROq/qlFXlSrVmUatpQiyoQbnsRwzWYMuhjM1yn00+xCwXIZSF VdoYQTy0pgtAPyTY25vuLHTL+j58NIy808kydItIT11MgAe+mcZZ4LBQdNGxR+O4v+tn TIlvhyTqQM+R5VgA8Nm/kxLjMQiNpwMOwqVPBbAbT5SuYLG5TBoLHJKHQh8V9txwQiBm EAOxMyoSreUrg9ywSDzVpWWBK3GPi71LLC2b7u028zSdZUHtVED4kTZwB33zn03nzjRU 3fgg== 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 v1si1539477pge.759.2018.02.13.12.49.13; Tue, 13 Feb 2018 12:49:28 -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 S965782AbeBMUs0 (ORCPT + 99 others); Tue, 13 Feb 2018 15:48:26 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:37173 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965676AbeBMUsZ (ORCPT ); Tue, 13 Feb 2018 15:48:25 -0500 Received: by mail.free-electrons.com (Postfix, from userid 110) id 133D4207FD; Tue, 13 Feb 2018 21:48:24 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [88.191.26.124]) by mail.free-electrons.com (Postfix) with ESMTPSA id C698E2045B; Tue, 13 Feb 2018 21:48:13 +0100 (CET) Date: Tue, 13 Feb 2018 21:48:14 +0100 From: Alexandre Belloni To: James Hogan Cc: Miodrag Dinic , Alessandro Zummo , linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rtc: goldfish: Add missing MODULE_LICENSE Message-ID: <20180213204814.GE30929@piout.net> References: <20180116144521.392-1-jhogan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180116144521.392-1-jhogan@kernel.org> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/01/2018 at 14:45:21 +0000, James Hogan wrote: > Fix the following warning in MIPS allmodconfig by adding a > MODULE_LICENSE() at the end of rtc-goldfish.c, based on the file header > comment which says GNU General Public License version 2: > > WARNING: modpost: missing MODULE_LICENSE() in drivers/rtc/rtc-goldfish.o > > Fixes: f22d9cdcb5eb ("rtc: goldfish: Add RTC driver for Android emulator") > Signed-off-by: James Hogan > Cc: Miodrag Dinic > Cc: Alessandro Zummo > Cc: Alexandre Belloni > Cc: linux-rtc@vger.kernel.org > --- > drivers/rtc/rtc-goldfish.c | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks. -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering http://bootlin.com