From: Tom Rini Date: Wed, 21 Sep 2016 21:56:01 +0000 (-0400) Subject: clk.h: Add X-Git-Tag: v2016.11-rc1~119 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3ce750ede177dba2712ea0ba135a07ee25f1f695;p=u-boot clk.h: Add Since we return -ENOSYS in some cases we must have available. Signed-off-by: Tom Rini --- diff --git a/include/clk.h b/include/clk.h index 9b2452268d..94c0037147 100644 --- a/include/clk.h +++ b/include/clk.h @@ -10,6 +10,7 @@ #define _CLK_H_ #include +#include /** * A clock is a hardware signal that oscillates autonomously at a specific