]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
gpiolib: export gpiochip_find
authorJean Delvare <khali@linux-fr.org>
Fri, 20 May 2011 06:40:18 +0000 (00:40 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 20 May 2011 06:40:18 +0000 (00:40 -0600)
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>
drivers/gpio/gpiolib.c

index 36a2974815b70d4bb0346c7b14b6d84c2ac7accc..c27e52b56d66a90e6b39c257814e7c5b2c15986b 100644 (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.