Skip to content

Commit

Permalink
imx6ull-flash: remove unused function flashdrv_rundma()
Browse files Browse the repository at this point in the history
JIRA: DTR-353
  • Loading branch information
Lukasz Kosinski committed Nov 10, 2022
1 parent eba563c commit a08fc00
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions storage/imx6ull-flash/flashdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1000,16 +1000,6 @@ int flashdrv_markbad(flashdrv_dma_t *dma, uint32_t paddr)
}


void flashdrv_rundma(flashdrv_dma_t *dma)
{
int channel = 0;

mutexLock(flashdrv_common.mutex);
dma_run((dma_t *)dma->first, channel);
mutexUnlock(flashdrv_common.mutex);
}


static void setup_flash_info(void)
{
flash_id_t *flash_id = (flash_id_t *)flashdrv_common.uncached_buf;
Expand Down

0 comments on commit a08fc00

Please sign in to comment.