From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 21 Sep 2016 17:57:24 -0400 Subject: [U-Boot] [PATCH] clk.h: Add In-Reply-To: References: Message-ID: <1474495044-7526-1-git-send-email-trini@konsulko.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Since we return -ENOSYS in some cases we must have available. Signed-off-by: Tom Rini --- include/clk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/clk.h b/include/clk.h index 9b2452268d40..94c003714700 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 -- 1.9.1