From: Mark Brown Date: Tue, 17 Feb 2015 02:36:58 +0000 (+0900) Subject: of/overlay: Directly include idr.h X-Git-Tag: firefly_0821_release~176^2~2165^2~12 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0d1886df6f770f881daa275fc2d3aae0c1cb5c9d;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Rob Herring --- 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 #include #include +#include #include "of_private.h"