diff options
author | Cédric Le Goater <clg@fr.ibm.com> | 2014-04-24 11:23:32 +0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-04-28 11:35:51 +0400 |
commit | b636031a7b0622ffdc5689ff36fb13669f00e160 (patch) | |
tree | edab755154946a3ecfb54805955c7c35ddafdb21 /ipc | |
parent | 6413010936bac13a965792fa0d0140bdd3b85f3c (diff) | |
download | linux-b636031a7b0622ffdc5689ff36fb13669f00e160.tar.xz |
powerpc/boot: Fix compile warning in 64bit
arch/powerpc/boot/oflib.c:211:9: warning: cast to pointer from integer of \
different size [-Wint-to-pointer-cast]
return (phandle) of_call_prom("finddevice", 1, 1, name);
This is a work around. The definite solution would be to define the
phandle typedef as a u32, as in the kernel, but this would break the
device tree ops API.
Let it be for the moment.
Signed-off-by: Cédric Le Goater <clg@fr.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions