diff --git a/[refs] b/[refs] index efffebea95b6..2434c6bfeb43 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6cff9e2b34414733fa61fddef909e9ae1e4beaf3 +refs/heads/master: 8fa0c9bf82b0b8697ace9532c5a50a0f4e0c7bb5 diff --git a/trunk/drivers/gpio/gpiolib.c b/trunk/drivers/gpio/gpiolib.c index 36a2974815b7..c27e52b56d66 100644 --- a/trunk/drivers/gpio/gpiolib.c +++ b/trunk/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.