Skip to content

Commit

Permalink
gpiolib: export gpiochip_find
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Grant Likely committed May 20, 2011
1 parent 6cff9e2 commit 8fa0c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpio/gpiolib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8fa0c9b

Please sign in to comment.