diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-18 20:09:46 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-01 07:03:15 -0600 |
commit | 5e1ff6480fbe7cf1b2be1f8a13086b217b2f8578 (patch) | |
tree | 8b49be517edde3d2097c795a4136b2a29a34973f /include | |
parent | ac206a0f4ebc2b6b8961dcaa03c4b2366ce10d83 (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')
-rw-r--r-- | include/mailbox-uclass.h | 2 |
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. * |