Title: [7663] trunk/drivers/input/misc/ad714x.c: ad714x: drop stub module funcs pointed out by Dmitry
- Revision
- 7663
- Author
- vapier
- Date
- 2009-10-16 02:25:41 -0400 (Fri, 16 Oct 2009)
Log Message
ad714x: drop stub module funcs pointed out by Dmitry
Modified Paths
Diff
Modified: trunk/drivers/input/misc/ad714x.c (7662 => 7663)
--- trunk/drivers/input/misc/ad714x.c 2009-10-16 06:25:30 UTC (rev 7662)
+++ trunk/drivers/input/misc/ad714x.c 2009-10-16 06:25:41 UTC (rev 7663)
@@ -1300,18 +1300,6 @@
EXPORT_SYMBOL(ad714x_enable);
#endif
-/* Stub functions so we can load/unload the module */
-static __init int ad714x_init(void)
-{
- return 0;
-}
-module_init(ad714x_init);
-
-static __exit void ad714x_exit(void)
-{
-}
-module_exit(ad714x_exit);
-
MODULE_DESCRIPTION("Analog Devices AD714X Capacitance Touch Sensor Driver");
MODULE_AUTHOR("Barry Song <[email protected]>");
MODULE_LICENSE("GPL");
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits