Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756548AbYCaJIa (ORCPT ); Mon, 31 Mar 2008 05:08:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754807AbYCaJHy (ORCPT ); Mon, 31 Mar 2008 05:07:54 -0400 Received: from smtp4.pp.htv.fi ([213.243.153.38]:54007 "EHLO smtp4.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754594AbYCaJHx (ORCPT ); Mon, 31 Mar 2008 05:07:53 -0400 Date: Mon, 31 Mar 2008 12:07:38 +0300 From: Adrian Bunk To: bzolnier@gmail.com Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, Sam Ravnborg Subject: [2.6.25 patch] ide-pnp.c: add MODULE_LICENSE Message-ID: <20080331090738.GE28445@cs181133002.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 678 Lines: 21 Now that it's in an own module it needs a MODULE_LICENSE. Signed-off-by: Adrian Bunk --- 02ad186399ae21a561044df043732ffddc40f9b2 diff --git a/drivers/ide/ide-pnp.c b/drivers/ide/ide-pnp.c index b163b2e..c14bb53 100644 --- a/drivers/ide/ide-pnp.c +++ b/drivers/ide/ide-pnp.c @@ -86,3 +86,5 @@ static void __exit pnpide_exit(void) module_init(pnpide_init); module_exit(pnpide_exit); + +MODULE_LICENSE("GPL"); -- 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/