dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Jean Delvare 2011-05-20 00:40:18 -06:00 committed by Grant Likely
parent 6cff9e2b34
commit 8fa0c9bf82
1 changed files with 1 additions and 0 deletions

View File

@ -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.