projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d1d6b4
)
mmc: sdhci-bcm2835: Staticize bcm2835_sdhci_get_min_clock
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 26 Jun 2013 06:27:01 +0000
(11:57 +0530)
committer
Chris Ball
<cjb@laptop.org>
Sun, 25 Aug 2013 01:37:55 +0000
(21:37 -0400)
'bcm2835_sdhci_get_min_clock' is used only in this file.
Make it static.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-bcm2835.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/sdhci-bcm2835.c
b/drivers/mmc/host/sdhci-bcm2835.c
index 0584a1c788b8f93326a79ec5f332ef6958f2f52e..36fa2df0466007f7b618aa9986ca9aa098199b32 100644
(file)
--- a/
drivers/mmc/host/sdhci-bcm2835.c
+++ b/
drivers/mmc/host/sdhci-bcm2835.c
@@
-119,7
+119,7
@@
static u8 bcm2835_sdhci_readb(struct sdhci_host *host, int reg)
return byte;
}
-unsigned int bcm2835_sdhci_get_min_clock(struct sdhci_host *host)
+
static
unsigned int bcm2835_sdhci_get_min_clock(struct sdhci_host *host)
{
return MIN_FREQ;
}