Revert "firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()"
This reverts commit b892687575
.
This commit is contained in:
parent
2c37ff4cf2
commit
e5e9c14e6f
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@
|
|||
#define MSG_RING BIT(1)
|
||||
#define TAG_SZ 32
|
||||
|
||||
static inline struct tegra_bpmp *
|
||||
mbox_client_to_bpmp(struct mbox_client *client)
|
||||
{
|
||||
return container_of(client, struct tegra_bpmp, mbox.client);
|
||||
}
|
||||
|
||||
static inline const struct tegra_bpmp_ops *
|
||||
channel_to_ops(struct tegra_bpmp_channel *channel)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue