drivers/gpio/max730x.c: add license macro
authorRichard Röjfors <[email protected]>
Tue, 23 Mar 2010 20:35:20 +0000 (13:35 -0700)
committerLinus Torvalds <[email protected]>
Wed, 24 Mar 2010 23:31:20 +0000 (16:31 -0700)
According to the header in max730x it is licensed GPLv2.

Add a MODULE_LICENSE to avoid getting the kernel tainted.

[[email protected]: add MODULE_AUTHOR and MODULE_DESCRIPTION also]
Signed-off-by: Richard Röjfors <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/gpio/max730x.c

index c9bced55f82bc501288d90f8d5536b27e6e9a848..4a7d662ff9b71cf32cf5b3cb031c7ea36d5714f7 100644 (file)
@@ -242,3 +242,7 @@ int __devexit __max730x_remove(struct device *dev)
        return ret;
 }
 EXPORT_SYMBOL_GPL(__max730x_remove);
+
+MODULE_AUTHOR("Juergen Beisert, Wolfram Sang");
+MODULE_LICENSE("GPL v2");
+MODULE_DESCRIPTION("MAX730x GPIO-Expanders, generic parts");