Commit 3ce750ede177dba2712ea0ba135a07ee25f1f695

Authored by Tom Rini
1 parent 423620b9d4

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -10,6 +10,7 @@
10 10 #define _CLK_H_
11 11  
12 12 #include <linux/types.h>
  13 +#include <asm/errno.h>
13 14  
14 15 /**
15 16 * A clock is a hardware signal that oscillates autonomously at a specific