Commit d97956f8 authored by Adrian Bunk's avatar Adrian Bunk Committed by Pierre Ossman

mmc: make tifm_sd_set_dma_data() static

This patch makes the needlessly global tifm_sd_set_dma_data() static.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent bd766312
...@@ -259,7 +259,7 @@ static void tifm_sd_bounce_block(struct tifm_sd *host, struct mmc_data *r_data) ...@@ -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; struct tifm_dev *sock = host->dev;
unsigned int t_size = TIFM_DMA_TSIZE * r_data->blksz; unsigned int t_size = TIFM_DMA_TSIZE * r_data->blksz;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment