Skip to content

Commit

Permalink
sh: pfc: Export pinctrl binding init symbol.
Browse files Browse the repository at this point in the history
symbol_request() requires the registration symbol to be exported, make
sure it is.

Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
pmundt committed Jul 17, 2012
1 parent 159ac07 commit 1acbbb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/sh/pfc/pinctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1acbbb4

Please sign in to comment.