Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1acbbb4e authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: pfc: Export pinctrl binding init symbol.



symbol_request() requires the registration symbol to be exported, make
sure it is.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 159ac073
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,