Commit 8fa0c9bf authored by Jean Delvare's avatar Jean Delvare Committed by Grant Likely

gpiolib: export gpiochip_find

Export function gpiochip_find so that modules can use it.
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 6cff9e2b
...@@ -1165,6 +1165,7 @@ struct gpio_chip *gpiochip_find(void *data, ...@@ -1165,6 +1165,7 @@ struct gpio_chip *gpiochip_find(void *data,
return chip; return chip;
} }
EXPORT_SYMBOL_GPL(gpiochip_find);
/* These "optional" allocation calls help prevent drivers from stomping /* These "optional" allocation calls help prevent drivers from stomping
* on each other, and help provide better diagnostics in debugfs. * on each other, and help provide better diagnostics in debugfs.
......
Markdown is supported
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