commit | 0723abd0b2c9d4603b8c51d6615800c2439a328e | [log] [tgz] |
---|---|---|
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Tue May 20 07:59:23 2008 -0500 |
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Thu May 29 07:06:56 2008 -0500 |
tree | 702355fb17ff1c10b9e4dfaeaea513115af87bd4 | |
parent | 4ebef31fa6e013e5cd3d4522e6018eb6d55046be [diff] |
[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 <jwboyer@linux.vnet.ibm.com>