mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-19 08:21:27 +01:00
clk: Add missing <dm/device.h> to include/clk.h
In this header we make direct references to some dm/device.h functions while not including the header directly. Add the missing include. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
a5c83da3cc
commit
e15dd01422
@ -9,6 +9,7 @@
|
||||
#define _CLK_H_
|
||||
|
||||
#include <dm/ofnode.h>
|
||||
#include <dm/device.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user