[POWERPC] 4xx: Fix compiler warning on DCR_NATIVE only builds
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Tue, 20 May 2008 12:59:23 +0000 (07:59 -0500)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Thu, 29 May 2008 12:06:56 +0000 (07:06 -0500)
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 <jwboyer@linux.vnet.ibm.com>

No differences found