From: Michael Ellerman Date: Thu, 11 Jun 2009 02:18:26 +0000 (+0000) Subject: powerpc/iseries: Fix unused function warning in iSeries DT code X-Git-Tag: v2.6.31-rc1~314^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27167c7e9bc3b4b93d1b567e0cf9a3744dd4f1f2;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed