mmc: make tifm_sd_set_dma_data() static
authorAdrian Bunk <bunk@stusta.de>
Tue, 1 May 2007 14:14:29 +0000 (16:14 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 1 May 2007 14:14:29 +0000 (16:14 +0200)
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>
drivers/mmc/host/tifm_sd.c

index b0d77d2..7511f96 100644 (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;