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:
Adrian Bunk 2007-05-01 16:14:29 +02:00 committed by Pierre Ossman
parent bd76631261
commit d97956f86b

View file

@ -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;