Skip to content

Commit

Permalink
mmc: make tifm_sd_set_dma_data() static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Pierre Ossman committed May 1, 2007
1 parent bd76631 commit d97956f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/tifm_sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d97956f

Please sign in to comment.