projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51b2fce
)
mmc: vub300: Staticize vub300_init_card
author
Sachin Kamat
<
[email protected]
>
Wed, 26 Jun 2013 06:32:30 +0000
(12:02 +0530)
committer
Chris Ball
<
[email protected]
>
Sun, 25 Aug 2013 01:39:53 +0000
(21:39 -0400)
'vub300_init_card' is used only in this file. Make it
static.
Signed-off-by: Sachin Kamat <
[email protected]
>
Signed-off-by: Chris Ball <
[email protected]
>
drivers/mmc/host/vub300.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/vub300.c
b/drivers/mmc/host/vub300.c
index cb9f361c03ab2d6f45edcb261b3907bb5bcdb7ec..e9028ad05ffbe3fe070e91ff9f7dda4a6a71bdd3 100644
(file)
--- a/
drivers/mmc/host/vub300.c
+++ b/
drivers/mmc/host/vub300.c
@@
-2079,7
+2079,7
@@
static void vub300_enable_sdio_irq(struct mmc_host *mmc, int enable)
kref_put(&vub300->kref, vub300_delete);
}
-void vub300_init_card(struct mmc_host *mmc, struct mmc_card *card)
+
static
void vub300_init_card(struct mmc_host *mmc, struct mmc_card *card)
{ /* NOT irq */
struct vub300_mmc_host *vub300 = mmc_priv(mmc);
dev_info(&vub300->udev->dev, "NO host QUIRKS for this card\n");