of/overlay: Directly include idr.h
authorMark Brown <broonie@kernel.org>
Tue, 17 Feb 2015 02:35:02 +0000 (11:35 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 17 Feb 2015 02:56:15 +0000 (11:56 +0900)
commit82b67d73b121febe5ae76747680a2d979c21c5e6
tree84cacd756a2e1510c75d959152b33f5b28215181
parent3472bee304a345ccc66b5e09d469abe5acc20d0e
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 implict to avoid potential future build issues if the
implicit inclusion goes away.

Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/of/overlay.c