提交 8fa0c9bf 编写于 作者: J Jean Delvare 提交者: Grant Likely

gpiolib: export gpiochip_find

Export function gpiochip_find so that modules can use it.
Signed-off-by: NJean Delvare <khali@linux-fr.org>
Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
上级 6cff9e2b
......@@ -1165,6 +1165,7 @@ struct gpio_chip *gpiochip_find(void *data,
return chip;
}
EXPORT_SYMBOL_GPL(gpiochip_find);
/* These "optional" allocation calls help prevent drivers from stomping
* on each other, and help provide better diagnostics in debugfs.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册