powerpc/iseries: Mark signal_vsp_instruction() as maybe unused
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 11 Jun 2009 02:18:49 +0000 (02:18 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 15 Jun 2009 03:27:37 +0000 (13:27 +1000)
commite8d1673b9720ec72d85916c6b7d5d476abb2c861
treecd4c02656df94b517eb1fee728ce56a556ca9e91
parent27167c7e9bc3b4b93d1b567e0cf9a3744dd4f1f2
powerpc/iseries: Mark signal_vsp_instruction() as maybe unused

signal_vsp_instruction() is currently only used if CONFIG_PROC_FS
is enabled. However logically it has nothing to do with PROC_FS,
so rather than making it depend on that mark it as maybe unused.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/iseries/mf.c