[media] au8522_common: dont EXPORT_SYMBOL(au8522_led_gpio_enable)
authorMichael Krufky <mkrufky@linuxtv.org>
Mon, 9 Apr 2012 21:51:08 +0000 (18:51 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 19 Apr 2012 12:49:53 +0000 (09:49 -0300)
This function is only called from within au8522_common.c - mark it static.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/au8522_common.c

index 625c5046c52b7edcb37f87e844d3fd47bef3cb7a..5cfe151ee394057cfac74059c10ed557494191f1 100644 (file)
@@ -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