From 0826004683af45e9c548f440aaa97c09156c1061 Mon Sep 17 00:00:00 2001 From: "Leonid V. Fedorenchik" Date: Fri, 2 Sep 2011 11:55:32 +0800 Subject: [PATCH] --- yaml --- r: 268326 b: refs/heads/master c: 8eea455e6dae0fc9e509d4f32c3773567c4cb802 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/cx25821/cx25821-core.c | 1 - trunk/drivers/staging/cx25821/cx25821-gpio.c | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3346dc54d840..d35e6c606861 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bde780a17a628d46e6458433611a18ad861deb34 +refs/heads/master: 8eea455e6dae0fc9e509d4f32c3773567c4cb802 diff --git a/trunk/drivers/staging/cx25821/cx25821-core.c b/trunk/drivers/staging/cx25821/cx25821-core.c index 523ac5e16c1b..8e8a56d253e2 100644 --- a/trunk/drivers/staging/cx25821/cx25821-core.c +++ b/trunk/drivers/staging/cx25821/cx25821-core.c @@ -1512,7 +1512,6 @@ static void __exit cx25821_fini(void) pci_unregister_driver(&cx25821_pci_driver); } -EXPORT_SYMBOL(cx25821_set_gpiopin_direction); module_init(cx25821_init); module_exit(cx25821_fini); diff --git a/trunk/drivers/staging/cx25821/cx25821-gpio.c b/trunk/drivers/staging/cx25821/cx25821-gpio.c index 2f154b3658a1..29e43b03c85e 100644 --- a/trunk/drivers/staging/cx25821/cx25821-gpio.c +++ b/trunk/drivers/staging/cx25821/cx25821-gpio.c @@ -50,6 +50,7 @@ void cx25821_set_gpiopin_direction(struct cx25821_dev *dev, cx_write(gpio_oe_reg, value); } +EXPORT_SYMBOL(cx25821_set_gpiopin_direction); static void cx25821_set_gpiopin_logicvalue(struct cx25821_dev *dev, int pin_number, int pin_logic_value)