Browse Source

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>
Jean Delvare 14 years ago
parent
commit
8fa0c9bf82
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/gpio/gpiolib.c

+ 1 - 0
drivers/gpio/gpiolib.c

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