[U-Boot] [PATCH] clk.h: Switch to <linux/errno.h>
Tom Rini
trini at konsulko.com
Wed Sep 21 23:59:32 CEST 2016
Signed-off-by: Tom Rini <trini at konsulko.com>
---
You don't need to issue a new series for just this change, but I had to
fix clk.h for today.
---
include/clk.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clk.h b/include/clk.h
index 94c003714700..5a5c2ff1e674 100644
--- a/include/clk.h
+++ b/include/clk.h
@@ -9,8 +9,8 @@
#ifndef _CLK_H_
#define _CLK_H_
+#include <linux/errno.h>
#include <linux/types.h>
-#include <asm/errno.h>
/**
* A clock is a hardware signal that oscillates autonomously at a specific
--
1.9.1
More information about the U-Boot
mailing list