summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-09-21 21:56:01 (GMT)
committerTom Rini <trini@konsulko.com>2016-09-21 21:56:01 (GMT)
commit3ce750ede177dba2712ea0ba135a07ee25f1f695 (patch)
tree347f580d8b2bf76a2c57c9eddd1a3ad73246ba39
parent423620b9d47a704124f9fd624b4de4ed56c600d6 (diff)
downloadu-boot-3ce750ede177dba2712ea0ba135a07ee25f1f695.tar.xz
clk.h: Add <asm/errno.h>
Since we return -ENOSYS in some cases we must have <asm/errno.> available. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--include/clk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clk.h b/include/clk.h
index 9b24522..94c0037 100644
--- a/include/clk.h
+++ b/include/clk.h
@@ -10,6 +10,7 @@
#define _CLK_H_
#include <linux/types.h>
+#include <asm/errno.h>
/**
* A clock is a hardware signal that oscillates autonomously at a specific