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-10-28 12:12:20 -06:00
parent a5c83da3cc
commit e15dd01422
+1
View File
@@ -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>