[SPARC32]: Mark srmmu_nocache_init as __init.
authorMartin Habets <errandir_news@mph.eclipse.co.uk>
Tue, 10 Oct 2006 21:36:47 +0000 (14:36 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 12 Oct 2006 06:56:52 +0000 (23:56 -0700)
commite3096de34c35683bc233f76d4e86562f1d782d0d
tree7e0d97bec8e8b02786b6a7c23f39ca4df967b646
parentc2baeb0526277676d4cee022f663af880c22fe84
[SPARC32]: Mark srmmu_nocache_init as __init.

Fix these 2.6.19-rc1 build warnings from modpost:

WARNING: vmlinux - Section mismatch: reference to .init.text:__alloc_bootmem from .text between 'srmmu_nocache_init' (at offset 0x1a0f8) and 'srmmu_mmu_info'
WARNING: vmlinux - Section mismatch: reference to .init.text:__alloc_bootmem from .text between 'srmmu_nocache_init' (at offset 0x1a118) and 'srmmu_mmu_info'
WARNING: vmlinux - Section mismatch: reference to .init.text:srmmu_early_allocate_ptable_skeleton from .text between 'srmmu_nocache_init' (at offset 0x1a188) and 'srmmu_mmu_info'

Signed-off-by: Martin Habets <errandir_news@mph.eclipse.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/mm/srmmu.c