File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,6 @@ struct rt_mmcsd_host *mmcsd_alloc_host(void);
234234void mmcsd_free_host (struct rt_mmcsd_host * host );
235235int rt_mmcsd_core_init (void );
236236
237- int rt_mmcsd_blk_init (void );
238237rt_int32_t rt_mmcsd_blk_probe (struct rt_mmcsd_card * card );
239238void rt_mmcsd_blk_remove (struct rt_mmcsd_card * card );
240239
Original file line number Diff line number Diff line change @@ -515,15 +515,3 @@ void rt_mmcsd_blk_remove(struct rt_mmcsd_card *card)
515515 }
516516 }
517517}
518-
519- /*
520- * This function will initialize block device on the mmc/sd.
521- *
522- * @deprecated since 2.1.0, this function does not need to be invoked
523- * in the system initialization.
524- */
525- int rt_mmcsd_blk_init (void )
526- {
527- /* nothing */
528- return 0 ;
529- }
You can’t perform that action at this time.
0 commit comments