mmc: make tifm_sd_set_dma_data() static
This patch makes the needlessly global tifm_sd_set_dma_data() static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
This commit is contained in:
parent
bd76631261
commit
d97956f86b
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ static void tifm_sd_bounce_block(struct tifm_sd *host, struct mmc_data *r_data)
|
|||
}
|
||||
}
|
||||
|
||||
int tifm_sd_set_dma_data(struct tifm_sd *host, struct mmc_data *r_data)
|
||||
static int tifm_sd_set_dma_data(struct tifm_sd *host, struct mmc_data *r_data)
|
||||
{
|
||||
struct tifm_dev *sock = host->dev;
|
||||
unsigned int t_size = TIFM_DMA_TSIZE * r_data->blksz;
|
||||
|
|
Loading…
Reference in a new issue