From: Mark Brown Date: Tue, 17 Feb 2015 02:36:58 +0000 (+0900) Subject: of/overlay: Directly include idr.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0d1886df6f770f881daa275fc2d3aae0c1cb5c9d;p=linux.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 352b4f28f82cd..406664801cb50 100644 --- a/drivers/of/overlay.c +++ b/drivers/of/overlay.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "of_private.h"