[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080331090740.GF28445@cs181133002.pp.htv.fi>
Date: Mon, 31 Mar 2008 12:07:40 +0300
From: Adrian Bunk <bunk@...nel.org>
To: bzolnier@...il.com
Cc: linux-ide@...r.kernel.org, linux-kernel@...r.kernel.org,
Sam Ravnborg <sam@...nborg.org>
Subject: [2.6.25 patch] ide/pci/cmd640.c: add MODULE_LICENSE
Now that it can be built it needs a MODULE_LICENSE.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
0003c773de94ff762c2a774ad784836bc6f13eb9 diff --git a/drivers/ide/pci/cmd640.c b/drivers/ide/pci/cmd640.c
index ec66798..29fbc5e 100644
--- a/drivers/ide/pci/cmd640.c
+++ b/drivers/ide/pci/cmd640.c
@@ -881,3 +881,5 @@ module_param_named(probe_vlb, cmd640_vlb, bool, 0);
MODULE_PARM_DESC(probe_vlb, "probe for VLB version of CMD640 chipset");
module_init(cmd640x_init);
+
+MODULE_LICENSE("GPL");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists