This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media_tree.git tree:

Subject: [media] au8522_common: dont EXPORT_SYMBOL(au8522_led_gpio_enable)
Author:  Michael Krufky <[email protected]>
Date:    Mon Apr 9 18:51:08 2012 -0300

This function is only called from within au8522_common.c - mark it static.

Signed-off-by: Michael Krufky <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/dvb/frontends/au8522_common.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=52dbb57c2322d494116570cabee8d4c9658604d6

diff --git a/drivers/media/dvb/frontends/au8522_common.c 
b/drivers/media/dvb/frontends/au8522_common.c
index 625c504..5cfe151 100644
--- a/drivers/media/dvb/frontends/au8522_common.c
+++ b/drivers/media/dvb/frontends/au8522_common.c
@@ -127,7 +127,7 @@ void au8522_release_state(struct au8522_state *state)
 }
 EXPORT_SYMBOL(au8522_release_state);
 
-int au8522_led_gpio_enable(struct au8522_state *state, int onoff)
+static int au8522_led_gpio_enable(struct au8522_state *state, int onoff)
 {
        struct au8522_led_config *led_config = state->config->led_cfg;
        u8 val;
@@ -151,7 +151,6 @@ int au8522_led_gpio_enable(struct au8522_state *state, int 
onoff)
        return au8522_writereg(state, 0x8000 |
                               (led_config->gpio_output & ~0xc000), val);
 }
-EXPORT_SYMBOL(au8522_led_gpio_enable);
 
 /* led = 0 | off
  * led = 1 | signal ok

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to