clk: rk3399: Enable/Disable the PCIEPHY clk
[oweals/u-boot.git] / drivers / clk / clk_fixed_factor.c
index dcdb6ddf5cf898d40ffec551b0c742b55734e58e..cf9c4ae367fd25c054ab797523b7571db13e8337 100644 (file)
@@ -9,6 +9,7 @@
 #include <clk-uclass.h>
 #include <div64.h>
 #include <dm.h>
+#include <linux/err.h>
 
 struct clk_fixed_factor {
        struct clk parent;