Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Shawn Lin and committed by
Ulf Hansson
e453a08b 792bd24b

-2
-2
drivers/mmc/host/dw_mmc.h
··· 43 43 COOKIE_MAPPED, /* mapped by prepare_data() of dwmmc */ 44 44 }; 45 45 46 - struct mmc_data; 47 - 48 46 enum { 49 47 TRANS_MODE_PIO = 0, 50 48 TRANS_MODE_IDMAC,