On Thu, Oct 05, 2017 at 02:44:21PM -0500, Rob Herring wrote: > 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. > > Cc: Greg Kroah-Hartman <[email protected]> > Cc: Nicolas Pitre <[email protected]> > Cc: Frank Rowand <[email protected]> > Signed-off-by: Rob Herring <[email protected]> > --- > drivers/base/core.c | 2 +- > include/linux/of.h | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-)
Acked-by: Greg Kroah-Hartman <[email protected]>

