Merge git://git.denx.de/u-boot-fsl-qoriq
[platform/kernel/u-boot.git] / include / mailbox-uclass.h
index 6ec62e5..8a638b0 100644 (file)
@@ -36,7 +36,7 @@ struct mbox_ops {
         * @return 0 if OK, or a negative error code.
         */
        int (*of_xlate)(struct mbox_chan *chan,
-                       struct fdtdec_phandle_args *args);
+                       struct ofnode_phandle_args *args);
        /**
         * request - Request a translated channel.
         *