mmc: dw_mmc: Remove redundant struct mmc_data forward declaration

The header file linux/mmc/core.h, which is already included in dw_mmc.h,
contains the forward declaration of struct mmc_data. There's no need to
redeclare it here.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
Shawn Lin 2026-01-06 10:17:02 +08:00 committed by Ulf Hansson
parent 792bd24b6e
commit e453a08b3a

View File

@ -43,8 +43,6 @@ enum dw_mci_cookie {
COOKIE_MAPPED, /* mapped by prepare_data() of dwmmc */
};
struct mmc_data;
enum {
TRANS_MODE_PIO = 0,
TRANS_MODE_IDMAC,