projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd76631
)
mmc: make tifm_sd_set_dma_data() static
author
Adrian Bunk
<bunk@stusta.de>
Tue, 1 May 2007 14:14:29 +0000
(16:14 +0200)
committer
Pierre 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/tifm_sd.c
b/drivers/mmc/host/tifm_sd.c
index b0d77d298412b0b3850e3b93ceb5209f0496b86c..7511f961c67b78351754f9a07b24ba04fb81d9ec 100644
(file)
--- 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)
}
}
-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;