Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mmc: host: phytium-mci-plat: Convert to platform remove callback retu…
…rning void 0edb555: platform: Make platform_driver::remove() return void cause build error, so convert .remove from int to void Log: drivers/mmc/host/phytium-mci-plat.c:181:19: error: initialization of ‘void (*)(struct platform_device *)’ from incompatible pointer type ‘int (*)(struct platform_device *)’ [-Werror=incompatible-pointer-types] 181 | .remove = phytium_mci_remove, | ^~~~~~~~~~~~~~~~~~ drivers/mmc/host/phytium-mci-plat.c:181:19: note: (near initialization for ‘phytium_mci_driver.<anonymous>.remove’)
- Loading branch information