commit | 71773f0337bee8a3701aaaec22581c18a5f44679 | [log] [tgz] |
---|---|---|
author | Mike Ditto <mditto@consentry.com> | Tue Oct 21 11:32:29 2008 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Oct 22 15:01:21 2008 +1100 |
tree | 06ff80057f216d0515b027b963af8a926dca8955 | |
parent | 201bdc868d9e3122bbe4491aa6b5fc4dee4cdb96 [diff] |
powerpc: Add del_node() for early boot code to prune inapplicable devices. Some platforms have variants that can share most of a flat device tree but need a few devices selectively pruned at boot time. This adds del_node() to ops.h to allow access to the existing fdt_del_node(). Signed-off-by: Mike Ditto <mditto@consentry.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>