|
@@ -13,12 +13,10 @@
|
|
* struct u300_gpio_platform - U300 GPIO platform data
|
|
* struct u300_gpio_platform - U300 GPIO platform data
|
|
* @ports: number of GPIO block ports
|
|
* @ports: number of GPIO block ports
|
|
* @gpio_base: first GPIO number for this block (use a free range)
|
|
* @gpio_base: first GPIO number for this block (use a free range)
|
|
- * @pinctrl_device: pin control device to spawn as child
|
|
|
|
*/
|
|
*/
|
|
struct u300_gpio_platform {
|
|
struct u300_gpio_platform {
|
|
u8 ports;
|
|
u8 ports;
|
|
int gpio_base;
|
|
int gpio_base;
|
|
- struct platform_device *pinctrl_device;
|
|
|
|
};
|
|
};
|
|
|
|
|
|
#endif /* __MACH_U300_GPIO_U300_H */
|
|
#endif /* __MACH_U300_GPIO_U300_H */
|