commit | 0c3c234b95fa7f1dfa19e1456a47ebafc300dd6b | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Wed Oct 04 14:04:01 2017 -0500 |
committer | Rob Herring <robh@kernel.org> | Mon Oct 16 13:37:38 2017 -0500 |
tree | bd88c75e9101be4897e70d8e990b400776c69638 | |
parent | 4c2bb57400394e4ec631a42dcf637e925db6202e [diff] |
of: wrap accesses to device_node kobject In preparation to make kobject element in struct device_node optional, provide and use a macro to return the kobject pointer. The only user outside the DT core is the driver core. Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Tested-by: Nicolas Pitre <nico@linaro.org> Reviewed-by: Frank Rowand <frowand.list@gmail.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Rob Herring <robh@kernel.org>