mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
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:
parent
792bd24b6e
commit
e453a08b3a
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user