diff options
Diffstat (limited to 'include/linux/of_gpio.h')
| -rw-r--r-- | include/linux/of_gpio.h | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/of_gpio.h b/include/linux/of_gpio.h index a83dc6f5008..38fc0503601 100644 --- a/include/linux/of_gpio.h +++ b/include/linux/of_gpio.h @@ -116,16 +116,6 @@ static inline int of_gpio_count(struct device_node *np)  	return of_gpio_named_count(np, "gpios");  } -/** - * of_get_gpio_flags() - Get a GPIO number and flags to use with GPIO API - * @np:		device node to get GPIO from - * @index:	index of the GPIO - * @flags:	a flags pointer to fill in - * - * Returns GPIO number to use with Linux generic GPIO API, or one of the errno - * value on the error condition. If @flags is not NULL the function also fills - * in flags for the GPIO. - */  static inline int of_get_gpio_flags(struct device_node *np, int index,  		      enum of_gpio_flags *flags)  {  | 
