Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756106Ab0BKQHa (ORCPT ); Thu, 11 Feb 2010 11:07:30 -0500 Received: from mail-fx0-f215.google.com ([209.85.220.215]:37983 "EHLO mail-fx0-f215.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755272Ab0BKQH2 (ORCPT ); Thu, 11 Feb 2010 11:07:28 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=LJJH1lEA5DXMKNKGuiBmhyV2aOSZgAYXZUMKviqQtlD4dBObUifz3fsCdpHDKgtYr/ Lm5MyqDDpQ5d50J4bdUJSOUFNcCrD9kuMLbjG6D6jDlX2QGMVI6uCtcX4NXE5fiqPZob kYueYKK+wdqiQ5qVCQOrDx5WJbL+DCte6yjJo= Subject: Re: [PATCH] backlight: l4f00242t03: Fix module licence absence. From: Alberto Panizzo To: Richard Purdie Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <1264590602.2463.47.camel@realization> References: <20100119150836.bb975e4b.sfr@canb.auug.org.au> <1263889757.3121.10.camel@realization> <1263889850.3121.12.camel@realization> <1264590602.2463.47.camel@realization> Content-Type: text/plain; charset="UTF-8" Date: Thu, 11 Feb 2010 17:07:18 +0100 Message-ID: <1265904438.2512.6.camel@realization> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 948 Lines: 29 Signed-off-by: Alberto Panizzo --- Richard, can you pick this for "for-mm" branch of backlight tree? in previous mail I explain my mistake.. Thanks. drivers/video/backlight/l4f00242t03.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/video/backlight/l4f00242t03.c b/drivers/video/backlight/l4f00242t03.c index 42d061e..74abd69 100644 --- a/drivers/video/backlight/l4f00242t03.c +++ b/drivers/video/backlight/l4f00242t03.c @@ -254,3 +254,4 @@ module_exit(l4f00242t03_exit); MODULE_AUTHOR("Alberto Panizzo "); MODULE_DESCRIPTION("EPSON L4F00242T03 LCD"); +MODULE_LICENSE("GPL v2"); -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/