diff options
-rw-r--r-- | drivers/mmc/host/tifm_sd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/tifm_sd.c b/drivers/mmc/host/tifm_sd.c index b0d77d298412..7511f961c67b 100644 --- a/drivers/mmc/host/tifm_sd.c +++ b/drivers/mmc/host/tifm_sd.c | |||
@@ -259,7 +259,7 @@ static void tifm_sd_bounce_block(struct tifm_sd *host, struct mmc_data *r_data) | |||
259 | } | 259 | } |
260 | } | 260 | } |
261 | 261 | ||
262 | int tifm_sd_set_dma_data(struct tifm_sd *host, struct mmc_data *r_data) | 262 | static int tifm_sd_set_dma_data(struct tifm_sd *host, struct mmc_data *r_data) |
263 | { | 263 | { |
264 | struct tifm_dev *sock = host->dev; | 264 | struct tifm_dev *sock = host->dev; |
265 | unsigned int t_size = TIFM_DMA_TSIZE * r_data->blksz; | 265 | unsigned int t_size = TIFM_DMA_TSIZE * r_data->blksz; |