diff options
| author | Peng Fan <peng.fan@nxp.com> | 2025-04-11 16:14:12 +0300 |
|---|---|---|
| committer | Jassi Brar <jassisinghbrar@gmail.com> | 2025-05-27 00:23:39 +0300 |
| commit | 9be022476fea62b32aa05d9d370e0175155731e6 (patch) | |
| tree | 375b0fbad8c544cdff6c111079274ed0a23dd776 /include/linux | |
| parent | cb7e2ec3706f7ddedde2504b1b4342046c9a92e3 (diff) | |
| download | linux-9be022476fea62b32aa05d9d370e0175155731e6.tar.xz | |
mailbox: Remove devm_mbox_controller_unregister
Commit e898d9cdd3a9("mailbox: Add device-managed registration functions")
introduced device-managed API for mailbox, but in the past 7 years,
there is no user for devm_mbox_controller_unregister. So remove it.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mailbox_controller.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mailbox_controller.h b/include/linux/mailbox_controller.h index 5fb0b65f45a2..ad01c4082358 100644 --- a/include/linux/mailbox_controller.h +++ b/include/linux/mailbox_controller.h @@ -134,7 +134,4 @@ void mbox_chan_txdone(struct mbox_chan *chan, int r); /* atomic */ int devm_mbox_controller_register(struct device *dev, struct mbox_controller *mbox); -void devm_mbox_controller_unregister(struct device *dev, - struct mbox_controller *mbox); - #endif /* __MAILBOX_CONTROLLER_H */ |
