]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
of/overlay: Directly include idr.h
authorMark Brown <broonie@kernel.org>
Tue, 17 Feb 2015 02:36:58 +0000 (11:36 +0900)
committerRob Herring <robh@kernel.org>
Mon, 2 Mar 2015 14:08:40 +0000 (08:08 -0600)
commit0d1886df6f770f881daa275fc2d3aae0c1cb5c9d
tree728aa772c36357ce87a854dd39be5f2ae4ab1a99
parent388404a31297793beff8778324652a09f9dc6157
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: Mark Brown <broonie@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/overlay.c