Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpiolib: export gpiochip_find

Export function gpiochip_find so that modules can use it.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

authored by

Jean Delvare and committed by
Grant Likely
8fa0c9bf 6cff9e2b

+1
+1
drivers/gpio/gpiolib.c
··· 1165 1165 1166 1166 return chip; 1167 1167 } 1168 + EXPORT_SYMBOL_GPL(gpiochip_find); 1168 1169 1169 1170 /* These "optional" allocation calls help prevent drivers from stomping 1170 1171 * on each other, and help provide better diagnostics in debugfs.