mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
423620b9d4
commit
3ce750ede1
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue