From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 4/5] ASoC: mxs: Add missing MODULE_LICENSE("GPL") Date: Sun, 11 Dec 2011 10:59:16 +0800 Message-ID: <20111211025915.GD2800@opensource.wolfsonmicro.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 6DEC524954 for ; Sun, 11 Dec 2011 03:59:42 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Lothar =?iso-8859-1?Q?Wa=DFmann?= Cc: alsa-devel@alsa-project.org, Dong Aisheng-B29396 , linux-kernel@vger.kernel.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Fri, Dec 09, 2011 at 02:38:11PM +0100, Lothar Wa=DFmann wrote: > The sound driver refuses to load as module, because of the missing > MODULE_LICENSE("GPL"). > The file header indicates that the driver is indeed published under > the GPL. Applied, thanks.