[bsp][dm365] Using component initial;

[drv][mmcsd] Add component initial.
This commit is contained in:
weety
2017-10-19 19:14:06 +08:00
parent 121b72df71
commit dd5ac17fc8
12 changed files with 69 additions and 279 deletions

View File

@@ -479,7 +479,11 @@ void rt_mmcsd_blk_remove(struct rt_mmcsd_card *card)
* @deprecated since 2.1.0, this function does not need to be invoked
* in the system initialization.
*/
void rt_mmcsd_blk_init(void)
int rt_mmcsd_blk_init(void)
{
/* nothing */
return 0;
}
INIT_PREV_EXPORT(rt_mmcsd_blk_init);