]> Git Repo - linux.git/commitdiff
Input: cobalt_btns - add missing MODULE_LICENSE
authorMartin Michlmayr <[email protected]>
Fri, 15 Aug 2008 19:06:21 +0000 (15:06 -0400)
committerDmitry Torokhov <[email protected]>
Mon, 18 Aug 2008 15:00:37 +0000 (11:00 -0400)
Export the module license and other information about the Cobalt
button module in order to avoid the following warning:

| WARNING: modpost: missing MODULE_LICENSE() in drivers/input/misc/cobalt_btns.o

Signed-off-by: Martin Michlmayr <[email protected]>
Acked-by: Yoichi Yuasa <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/misc/cobalt_btns.c

index 6a1f48b76e3298649130c8d341123bcbf2e0f131..2adf9cb265da69fd67b6d1b8bec3fa3841e95ec2 100644 (file)
@@ -148,6 +148,9 @@ static int __devexit cobalt_buttons_remove(struct platform_device *pdev)
        return 0;
 }
 
+MODULE_AUTHOR("Yoichi Yuasa <[email protected]>");
+MODULE_DESCRIPTION("Cobalt button interface driver");
+MODULE_LICENSE("GPL");
 /* work with hotplug and coldplug */
 MODULE_ALIAS("platform:Cobalt buttons");
 
This page took 0.059136 seconds and 4 git commands to generate.