Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312803
b: refs/heads/master
c: 45a6b32
h: refs/heads/master
i:
  312801: b9c20a0
  312799: 79a3814
v: v3
  • Loading branch information
Chris Ball committed Jul 11, 2012
1 parent 28f443c commit 363c6c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ecf8b5d0a378a0f922ffca27bd0a9101f246fa11
refs/heads/master: 45a6b32e24003d9749d8c6d1c83dfb64d6994ca7
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/core/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ int mmc_regulator_get_ocrmask(struct regulator *supply)

return result;
}
EXPORT_SYMBOL(mmc_regulator_get_ocrmask);
EXPORT_SYMBOL_GPL(mmc_regulator_get_ocrmask);

/**
* mmc_regulator_set_ocr - set regulator to match host->ios voltage
Expand Down Expand Up @@ -1020,7 +1020,7 @@ int mmc_regulator_set_ocr(struct mmc_host *mmc,
"could not set regulator OCR (%d)\n", result);
return result;
}
EXPORT_SYMBOL(mmc_regulator_set_ocr);
EXPORT_SYMBOL_GPL(mmc_regulator_set_ocr);

#endif /* CONFIG_REGULATOR */

Expand Down

0 comments on commit 363c6c4

Please sign in to comment.