[POWERPC] Generalise device_node flag interface
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 19 Jun 2007 06:07:58 +0000 (16:07 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 10 Jul 2007 11:53:46 +0000 (21:53 +1000)
The struct device_node currently has a _flags variable, although
it's only used for one flag - OF_DYNAMIC.  Generalise the flag
accessors so we can use them with other flags in future.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found