diff options
Diffstat (limited to 'drivers/pinctrl/sh-pfc/core.h')
| -rw-r--r-- | drivers/pinctrl/sh-pfc/core.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/core.h b/drivers/pinctrl/sh-pfc/core.h index a1b23762ac9..b7b0e6ccf30 100644 --- a/drivers/pinctrl/sh-pfc/core.h +++ b/drivers/pinctrl/sh-pfc/core.h @@ -37,7 +37,9 @@ struct sh_pfc {  	spinlock_t lock;  	unsigned int num_windows; -	struct sh_pfc_window *window; +	struct sh_pfc_window *windows; +	unsigned int num_irqs; +	unsigned int *irqs;  	struct sh_pfc_pin_range *ranges;  	unsigned int nr_ranges; @@ -69,6 +71,7 @@ extern const struct sh_pfc_soc_info r8a7740_pinmux_info;  extern const struct sh_pfc_soc_info r8a7778_pinmux_info;  extern const struct sh_pfc_soc_info r8a7779_pinmux_info;  extern const struct sh_pfc_soc_info r8a7790_pinmux_info; +extern const struct sh_pfc_soc_info r8a7791_pinmux_info;  extern const struct sh_pfc_soc_info sh7203_pinmux_info;  extern const struct sh_pfc_soc_info sh7264_pinmux_info;  extern const struct sh_pfc_soc_info sh7269_pinmux_info;  | 
