]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - drivers/clk/rockchip/clk_rk3036.c
common: Drop linux/stringify.h from common header
[thirdparty/u-boot.git] / drivers / clk / rockchip / clk_rk3036.c
index 6d5ae3d003143be4bfe6d32bf2bd3eab4097a59e..276965245d0b302e91fbdf65db12245b72bbf3c5 100644 (file)
@@ -7,6 +7,8 @@
 #include <clk-uclass.h>
 #include <dm.h>
 #include <errno.h>
+#include <log.h>
+#include <malloc.h>
 #include <syscon.h>
 #include <asm/io.h>
 #include <asm/arch-rockchip/clock.h>
@@ -15,6 +17,7 @@
 #include <dm/lists.h>
 #include <dt-bindings/clock/rk3036-cru.h>
 #include <linux/log2.h>
+#include <linux/stringify.h>
 
 enum {
        VCO_MAX_HZ      = 2400U * 1000000,