Revision: 552
Author: bobofdoom
Date: 2006-08-20 06:03:01 -0700 (Sun, 20 Aug 2006)
ViewCVS: http://svn.sourceforge.net/hackndev/?rev=552&view=rev
Log Message:
-----------
t3: Removed spurious __init and __exit qualifiers.
Modified Paths:
--------------
linux4palm/linux/trunk/arch/arm/mach-pxa/palmt3/palmt3_buttons.c
Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmt3/palmt3_buttons.c
===================================================================
--- linux4palm/linux/trunk/arch/arm/mach-pxa/palmt3/palmt3_buttons.c 2006-08-20 12:38:11 UTC (rev 551)
+++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmt3/palmt3_buttons.c 2006-08-20 13:03:01 UTC (rev 552)
@@ -220,7 +220,7 @@
}
}
-static int __init palmt3_btn_probe(struct device *dev)
+static int palmt3_btn_probe(struct device *dev)
{
unsigned long flags, ret;
DBG("Probing device\n" );
@@ -287,7 +287,7 @@
return 0;
}
-static int __exit palmt3_btn_remove (struct device *dev)
+static int palmt3_btn_remove (struct device *dev)
{
DBG("removing device...\n");
destroy_workqueue(palmt3_workqueue);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|