File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,12 @@ static inline void mmc_unregister_pm_notifier(struct mmc_host *host) { }
107107void mmc_wait_for_req_done (struct mmc_host * host , struct mmc_request * mrq );
108108bool mmc_is_req_done (struct mmc_host * host , struct mmc_request * mrq );
109109
110+ struct mmc_async_req ;
111+
112+ struct mmc_async_req * mmc_start_areq (struct mmc_host * host ,
113+ struct mmc_async_req * areq ,
114+ enum mmc_blk_status * ret_stat );
115+
110116int mmc_erase (struct mmc_card * card , unsigned int from , unsigned int nr ,
111117 unsigned int arg );
112118int mmc_can_erase (struct mmc_card * card );
Original file line number Diff line number Diff line change @@ -171,11 +171,7 @@ struct mmc_request {
171171};
172172
173173struct mmc_card ;
174- struct mmc_async_req ;
175174
176- struct mmc_async_req * mmc_start_areq (struct mmc_host * host ,
177- struct mmc_async_req * areq ,
178- enum mmc_blk_status * ret_stat );
179175void mmc_wait_for_req (struct mmc_host * host , struct mmc_request * mrq );
180176int mmc_wait_for_cmd (struct mmc_host * host , struct mmc_command * cmd ,
181177 int retries );
You can’t perform that action at this time.
0 commit comments