powerpc/iseries: Fix unused function warning in iSeries DT code
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 11 Jun 2009 02:18:26 +0000 (02:18 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 15 Jun 2009 03:27:37 +0000 (13:27 +1000)
commit27167c7e9bc3b4b93d1b567e0cf9a3744dd4f1f2
treeb03634a996611724c46865122cb535ff8da20321
parent7719ed7ce814aa89c6af082f6773dddc93c6f237
powerpc/iseries: Fix unused function warning in iSeries DT code

If CONFIG_BLK_DEV_INITRD is unset dt_prop_u64() is unused, which
causes a warning. We don't really want to tie the definition to
BLK_DEV_INITRD, so 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/dt.c