diff options
Diffstat (limited to 'drivers/pinctrl/pinctrl-samsung.h')
-rw-r--r-- | drivers/pinctrl/pinctrl-samsung.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pinctrl/pinctrl-samsung.h b/drivers/pinctrl/pinctrl-samsung.h index 5c53f32cca06..ea5dadd35913 100644 --- a/drivers/pinctrl/pinctrl-samsung.h +++ b/drivers/pinctrl/pinctrl-samsung.h | |||
@@ -112,6 +112,7 @@ struct samsung_pinctrl_drv_data; | |||
112 | * @irq_base: starting controller local irq number of the bank. | 112 | * @irq_base: starting controller local irq number of the bank. |
113 | * @name: name to be prefixed for each pin in this pin bank. | 113 | * @name: name to be prefixed for each pin in this pin bank. |
114 | * @of_node: OF node of the bank. | 114 | * @of_node: OF node of the bank. |
115 | * @drvdata: link to controller driver data | ||
115 | */ | 116 | */ |
116 | struct samsung_pin_bank { | 117 | struct samsung_pin_bank { |
117 | u32 pctl_offset; | 118 | u32 pctl_offset; |
@@ -126,6 +127,7 @@ struct samsung_pin_bank { | |||
126 | u32 irq_base; | 127 | u32 irq_base; |
127 | char *name; | 128 | char *name; |
128 | struct device_node *of_node; | 129 | struct device_node *of_node; |
130 | struct samsung_pinctrl_drv_data *drvdata; | ||
129 | }; | 131 | }; |
130 | 132 | ||
131 | /** | 133 | /** |