From 85e2bbb6a70716b3237da258fe015644070c8d77 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 20 May 2011 00:40:18 -0600 Subject: [PATCH] --- yaml --- r: 251968 b: refs/heads/master c: 8fa0c9bf82b0b8697ace9532c5a50a0f4e0c7bb5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/gpio/gpiolib.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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.