Re: [U-Boot] [PATCH] clk.h: Add

2016-09-22 Thread Tom Rini
On Wed, Sep 21, 2016 at 05:57:24PM -0400, Tom Rini wrote: > Since we return -ENOSYS in some cases we must have > available. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Bo

[U-Boot] [PATCH] clk.h: Add

2016-09-21 Thread Tom Rini
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 _C