mailbox: arm_mhuv2: make remove callback return void
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 2 Feb 2021 19:43:08 +0000 (20:43 +0100)
committerJassi Brar <jaswinder.singh@linaro.org>
Mon, 15 Feb 2021 05:27:16 +0000 (23:27 -0600)
commit09d12157b3bf3b42f74b7871930064eee3e080a3
tree707d1c0563d3d70b1aca44c3ccfc5b816450c486
parentaf59bcff8a031bb495469aaecc386addad4cade9
mailbox: arm_mhuv2: make remove callback return void

My build tests failed to catch that amba driver that would have needed
adaption in commit 3fd269e74f2f ("amba: Make the remove callback return
void"). Change the remove function to make the driver build again.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: 3fd269e74f2f ("amba: Make the remove callback return void")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/arm_mhuv2.c