commit | b9ec60dc35bba431f0913f628bfd590cb4666ff7 | [log] [tgz] |
---|---|---|
author | Geoff Levand <geoff@infradead.org> | Tue Nov 29 15:38:50 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Dec 08 14:05:55 2011 +1100 |
tree | 6fd65e087be50100a68b7edcd3e8c5d0af953c7c | |
parent | 4bf94ae39c5bfab234ab1bd8b2b44d1f0d2dd5ab [diff] |
powerpc/ps3: Add __init to ps3_smp_probe 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> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>