Skip to content
Commit d664c439 authored by Enrico Weigelt's avatar Enrico Weigelt Committed by Linus Walleij
Browse files

gpio: Fix build warnings on undefined struct pinctrl_dev



This fixes the warnings:

* include/linux/gpio.h:254:11: warning: 'struct pinctrl_dev' declared
  inside parameter list will not be visible outside of this definition
  or declaration
* include/linux/gpio/driver.h:602:11: warning: 'struct pinctrl_dev'
  declared inside parameter list will not be visible outside of this
  definition or declaration

Fixes: 78b99577 ("pinctrl: remove unused pin_is_valid()")
Reported-by: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarEnrico Weigelt <info@metux.net>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 2e80e10f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment