video: use BMP_ALIGN_CENTER define from splash.h
[oweals/u-boot.git] / include / mailbox-uclass.h
index 6ec62e5a0ee3679d72b1a986601baa3e44d1a850..e0618aad97b95165c6d6238af905833aa3a4b4ee 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Copyright (c) 2016, NVIDIA CORPORATION.
- *
- * SPDX-License-Identifier: GPL-2.0
  */
 
 #ifndef _MAILBOX_UCLASS_H
@@ -36,7 +35,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.
         *