From: Josh Boyer Date: Tue, 20 May 2008 12:59:23 +0000 (-0500) Subject: [POWERPC] 4xx: Fix compiler warning on DCR_NATIVE only builds X-Git-Tag: v2.6.27-rc1~1058^2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0723abd0b2c9d4603b8c51d6615800c2439a328e;p=pandora-kernel.git [POWERPC] 4xx: Fix compiler warning on DCR_NATIVE only builds With the recent DCR code rework, we get a compiler warning about find_dcr_parent being defined but not used. This fixes it by only defining the function if CONFIG_PPC_DCR_MMIO is set. Signed-off-by: Josh Boyer --- Reading git-diff-tree failed