From a3b2786651c7966ea9038f16c97f401406bdf7d3 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 20 Feb 2024 09:36:23 +0100 Subject: mmc: Drop unused mmc_send_tuning() cmd_error parameter The cmd_error parameter is not used, remove it. Signed-off-by: Marek Vasut --- include/mmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mmc.h b/include/mmc.h index 9aef31ea5de..8df14130edd 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -795,7 +795,7 @@ int mmc_unbind(struct udevice *dev); int mmc_initialize(struct bd_info *bis); int mmc_init_device(int num); int mmc_init(struct mmc *mmc); -int mmc_send_tuning(struct mmc *mmc, u32 opcode, int *cmd_error); +int mmc_send_tuning(struct mmc *mmc, u32 opcode); int mmc_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data); int mmc_deinit(struct mmc *mmc); -- cgit v1.2.3