Hi Mark, > On Feb 17, 2015, at 04:36 , Mark Brown <broonie@xxxxxxxxxx> wrote: > > The overlay code uses IDRs but does not explicitly include the header > providing the interface, instead relying on an implicit inclusion. Make > the dependency implict to avoid potential future build issues if the > implicit inclusion goes away. > > Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> > --- > drivers/of/overlay.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/of/overlay.c b/drivers/of/overlay.c > index 352b4f28f82c..406664801cb5 100644 > --- a/drivers/of/overlay.c > +++ b/drivers/of/overlay.c > @@ -19,6 +19,7 @@ > #include <linux/string.h> > #include <linux/slab.h> > #include <linux/err.h> > +#include <linux/idr.h> > > #include "of_private.h" > > -- > 2.1.4 > Nice catch. Acked-by: Pantelis Antoniou <pantelis.antoniou@xxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html