|
@@ -120,16 +120,6 @@ struct sh_pfc_platform_data {
|
|
|
/* XXX compat for now */
|
|
|
#define pinmux_info sh_pfc_platform_data
|
|
|
|
|
|
-/* drivers/sh/pfc/core.c */
|
|
|
-int register_sh_pfc(struct sh_pfc_platform_data *pfc);
|
|
|
-
|
|
|
-/* xxx */
|
|
|
-static inline int register_pinmux(struct pinmux_info *pip)
|
|
|
-{
|
|
|
- struct sh_pfc_platform_data *pdata = pip;
|
|
|
- return register_sh_pfc(pdata);
|
|
|
-}
|
|
|
-
|
|
|
enum { GPIO_CFG_DRYRUN, GPIO_CFG_REQ, GPIO_CFG_FREE };
|
|
|
|
|
|
/* helper macro for port */
|