diff options
Diffstat (limited to 'drivers/sh/pfc/core.h')
-rw-r--r-- | drivers/sh/pfc/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/sh/pfc/core.h b/drivers/sh/pfc/core.h index d6a40bc592ff..87ae5fd2a201 100644 --- a/drivers/sh/pfc/core.h +++ b/drivers/sh/pfc/core.h @@ -28,7 +28,9 @@ struct sh_pfc { struct sh_pfc_platform_data *pdata; spinlock_t lock; + unsigned int num_windows; struct sh_pfc_window *window; + struct sh_pfc_chip *gpio; struct sh_pfc_pinctrl *pinctrl; }; |