Revert "firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()"

This reverts commit b892687575.
This commit is contained in:
Ksawlii 2024-11-24 00:23:05 +01:00
parent 2c37ff4cf2
commit e5e9c14e6f

View file

@ -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)
{