Title: [9216] trunk/drivers/char/bfin_ppi.c: bfin_ppi: drop __exit from module_exit as the __init func calls it
- Revision
- 9216
- Author
- vapier
- Date
- 2010-10-16 13:10:37 -0400 (Sat, 16 Oct 2010)
Log Message
bfin_ppi: drop __exit from module_exit as the __init func calls it
Modified Paths
Diff
Modified: trunk/drivers/char/bfin_ppi.c (9215 => 9216)
--- trunk/drivers/char/bfin_ppi.c 2010-10-16 09:26:53 UTC (rev 9215)
+++ trunk/drivers/char/bfin_ppi.c 2010-10-16 17:10:37 UTC (rev 9216)
@@ -1526,7 +1526,7 @@
* or, you invoke it directly when it needs remove
* ppi module.
*/
-static void __exit ppi_cleanup_module(void)
+static void /*__exit*/ ppi_cleanup_module(void)
{
int i;
dev_t devno = MKDEV(ppi_major, ppi_minor);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits