Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;