diff mbox

[7/8] powerpc/ps3: Add __init to ps3_smp_probe

Message ID 9e1456da4e841f30b5fb35005ebf5c27281cccc9.1322615824.git.geoff@infradead.org (mailing list archive)
State Accepted, archived
Commit b9ec60dc35bba431f0913f628bfd590cb4666ff7
Delegated to: Benjamin Herrenschmidt
Headers show

Commit Message

Geoff Levand Nov. 30, 2011, 1:38 a.m. UTC
Add an __init annotation to the ps3_smp_probe() routine.
Fixes build warnings like these when
CONFIG_DEBUG_SECTION_MISMATCH=y:

 WARNING: Section mismatch in reference from the function .ps3_smp_probe()

Signed-off-by: Geoff Levand <geoff@infradead.org>
---
 arch/powerpc/platforms/ps3/smp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/arch/powerpc/platforms/ps3/smp.c b/arch/powerpc/platforms/ps3/smp.c
index efc1cd8..4b35166 100644
--- a/arch/powerpc/platforms/ps3/smp.c
+++ b/arch/powerpc/platforms/ps3/smp.c
@@ -57,7 +57,7 @@  static void ps3_smp_message_pass(int cpu, int msg)
 			" (%d)\n", __func__, __LINE__, cpu, msg, result);
 }
 
-static int ps3_smp_probe(void)
+static int __init ps3_smp_probe(void)
 {
 	int cpu;