[2.6.25 patch] ide/h8300/ide-h8300.c: add MODULE_LICENSE

From: Adrian Bunk
Date: Mon Mar 31 2008 - 05:10:13 EST


Now that it can be built modular it needs a MODULE_LICENSE.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>

---
a10fd089f8f9ddf35319c85e1e124934d3e456f8 diff --git a/drivers/ide/h8300/ide-h8300.c b/drivers/ide/h8300/ide-h8300.c
index 520aec0..3c8005b 100644
--- a/drivers/ide/h8300/ide-h8300.c
+++ b/drivers/ide/h8300/ide-h8300.c
@@ -125,3 +125,5 @@ out_busy:
}

module_init(h8300_ide_init);
+
+MODULE_LICENSE("GPL");

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/