summaryrefslogtreecommitdiff
path: root/include/mailbox-uclass.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-18 20:09:46 -0600
committerSimon Glass <sjg@chromium.org>2017-06-01 07:03:15 -0600
commit5e1ff6480fbe7cf1b2be1f8a13086b217b2f8578 (patch)
tree8b49be517edde3d2097c795a4136b2a29a34973f /include/mailbox-uclass.h
parentac206a0f4ebc2b6b8961dcaa03c4b2366ce10d83 (diff)
dm: mailbox: Update uclass to support livetree
Update the mailbox uclass to support livetree. Fix the xlate() method in all callers. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/mailbox-uclass.h')
-rw-r--r--include/mailbox-uclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mailbox-uclass.h b/include/mailbox-uclass.h
index 6ec62e5a0e..8a638b04c5 100644
--- a/include/mailbox-uclass.h
+++ b/include/mailbox-uclass.h
@@ -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.
*