projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
159ac07
)
sh: pfc: Export pinctrl binding init symbol.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 17 Jul 2012 06:21:47 +0000
(15:21 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 17 Jul 2012 06:21:47 +0000
(15:21 +0900)
symbol_request() requires the registration symbol to be exported, make
sure it is.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/sh/pfc/pinctrl.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/sh/pfc/pinctrl.c
b/drivers/sh/pfc/pinctrl.c
index fe1750eb6f1fa6741289e74caeaeae3203b2746c..4eaf24b36a812b7c763d6b3e3af1a5424eb0439a 100644
(file)
--- a/
drivers/sh/pfc/pinctrl.c
+++ b/
drivers/sh/pfc/pinctrl.c
@@
-283,6
+283,7
@@
int sh_pfc_register_pinctrl(struct sh_pfc *pfc)
return 0;
}
+EXPORT_SYMBOL_GPL(sh_pfc_register_pinctrl);
static inline void __devinit sh_pfc_map_one_gpio(struct sh_pfc *pfc,
struct sh_pfc_pinctrl *pmx,