]> git.ipfire.org Git - thirdparty/u-boot.git/commit
clk: Add missing <dm/device.h> to include/clk.h
authorTom Rini <trini@konsulko.com>
Wed, 2 Jul 2025 01:05:33 +0000 (19:05 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 28 Oct 2025 18:12:20 +0000 (12:12 -0600)
commite15dd01422efda76dcb5346b37e9781af5fcb67c
treea233906288c9e2b4cb85374abb5e4583038489a7
parenta5c83da3ccb372133fdbe43e0a8e65e06b3291e8
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>
include/clk.h