Title: [5946] trunk/kernel/profile.c: apply section mismatch fixes from mainline: ce05fcc30ea41c85f9d50bee1ce289f7cb7fb223 and e270219f4372b58bd3eeac12bd9f7edc592b8f6b
Revision
5946
Author
vapier
Date
2009-01-05 20:32:45 -0600 (Mon, 05 Jan 2009)

Log Message

apply section mismatch fixes from mainline: ce05fcc30ea41c85f9d50bee1ce289f7cb7fb223 and e270219f4372b58bd3eeac12bd9f7edc592b8f6b

Modified Paths

Diff

Modified: trunk/kernel/profile.c (5945 => 5946)


--- trunk/kernel/profile.c	2009-01-06 00:09:40 UTC (rev 5945)
+++ trunk/kernel/profile.c	2009-01-06 02:32:45 UTC (rev 5946)
@@ -102,7 +102,7 @@
 __setup("profile="" profile_setup);
 
 
-int profile_init(void)
+int __ref profile_init(void)
 {
 	int buffer_bytes;
 	if (!prof_on)
@@ -544,7 +544,7 @@
 };
 
 #ifdef CONFIG_SMP
-static void __init profile_nop(void *unused)
+static void profile_nop(void *unused)
 {
 }
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to