mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 12:15:32 +08:00
[sdio] remove rt_mmcsd_blk_init
This commit is contained in:
@@ -515,15 +515,3 @@ void rt_mmcsd_blk_remove(struct rt_mmcsd_card *card)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* This function will initialize block device on the mmc/sd.
|
||||
*
|
||||
* @deprecated since 2.1.0, this function does not need to be invoked
|
||||
* in the system initialization.
|
||||
*/
|
||||
int rt_mmcsd_blk_init(void)
|
||||
{
|
||||
/* nothing */
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user