mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02: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:
@@ -10,6 +10,7 @@
|
|||||||
#define _CLK_H_
|
#define _CLK_H_
|
||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
#include <asm/errno.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A clock is a hardware signal that oscillates autonomously at a specific
|
* A clock is a hardware signal that oscillates autonomously at a specific
|
||||||
|
Reference in New Issue
Block a user