Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcd63531 authored by Mark Brown's avatar Mark Brown Committed by Alex Shi
Browse files

of/overlay: Directly include idr.h



The overlay code uses IDRs but does not explicitly include the header
providing the interface, instead relying on an implicit inclusion. Make
the dependency explicit to avoid potential future build issues if the
implicit inclusion goes away.

Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
(cherry picked from commit 0d1886df6f770f881daa275fc2d3aae0c1cb5c9d)
Signed-off-by: default avatarAlex Shi <alex.shi@linaro.org>
parent 8da58bfa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/idr.h>

#include "of_private.h"