pinctrl: a3700: Fix uart2 group selection register mask
[oweals/u-boot.git] / include / clk-uclass.h
index 07c10654955cb7bdb75f4d2a923a4c1b5cdf3ff0..e7ea334c608b4f088af50524f80640bfd500d667 100644 (file)
@@ -12,7 +12,8 @@
 /* See clk.h for background documentation. */
 
 #include <clk.h>
-#include <fdtdec.h>
+
+struct ofnode_phandle_args;
 
 /**
  * struct clk_ops - The functions that a clock driver must implement.
@@ -37,7 +38,7 @@ struct clk_ops {
         * @return 0 if OK, or a negative error code.
         */
        int (*of_xlate)(struct clk *clock,
-                       struct fdtdec_phandle_args *args);
+                       struct ofnode_phandle_args *args);
        /**
         * request - Request a translated clock.
         *