git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ebef31
)
[POWERPC] 4xx: Fix compiler warning on DCR_NATIVE only builds
author
Josh Boyer
<jwboyer@linux.vnet.ibm.com>
Tue, 20 May 2008 12:59:23 +0000
(07:59 -0500)
committer
Josh 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