From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752015AbcGXGSZ (ORCPT ); Sun, 24 Jul 2016 02:18:25 -0400 Received: from mga14.intel.com ([192.55.52.115]:31084 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751031AbcGXGSW (ORCPT ); Sun, 24 Jul 2016 02:18:22 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,412,1464678000"; d="scan'208";a="1012726918" Date: Sun, 24 Jul 2016 11:55:46 +0530 From: Vinod Koul To: Arnd Bergmann Cc: Dan Williams , Michal Simek , =?iso-8859-1?Q?S=F6ren?= Brinkmann , Kedareswara rao Appana , dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dmaengine: zynqmp_dma: add missing MODULE_LICENSE Message-ID: <20160724062545.GX9681@localhost> References: <20160719084422.3304865-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160719084422.3304865-1-arnd@arndb.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 19, 2016 at 10:43:49AM +0200, Arnd Bergmann wrote: > We get a warning about the missing MODULE_LICENSE tag for this newly > added driver module: > > WARNING: modpost: missing MODULE_LICENSE() in drivers/dma/xilinx/zynqmp_dma.o > see include/linux/module.h for more information > > This adds a "GPL" license, matching the "version 2 or later" information in > the comment at the start of the file. Applied, thanks -- ~Vinod