commit | bf20a0000377f7bdeb42b78b10ed578deb3d63f1 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Thu Oct 27 16:45:29 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Thu Oct 27 16:45:29 2005 +1000 |
tree | 497ba88015f57fde14b30dc24e8eb6ca7327f631 | |
parent | cb4ab974ae0bff3f49086090a1a50373c5edc8f4 [diff] |
powerpc: undeprecate the old OF device tree accessors for now The recent addition of __deprecated to the declarations for find_devices etc. produces a whole pile of warnings from the ppc32 code. Since those functions still work perfectly well on ppc32, which doesn't have hotplug support for anything in the OF device tree, and we don't have time to fix that code now, remove the __deprecated markings for now. Signed-off-by: Paul Mackerras <paulus@samba.org>