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:
Tom Rini 2025-07-01 19:05:33 -06:00
parent a5c83da3cc
commit e15dd01422

View File

@ -9,6 +9,7 @@
#define _CLK_H_ #define _CLK_H_
#include <dm/ofnode.h> #include <dm/ofnode.h>
#include <dm/device.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/types.h> #include <linux/types.h>