rt2x00: Make rt2800_init_led static and don't export it.
It is only used within the rt2800lib module itself. Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
67a4c1e24d
commit
b3579d6adc
@@ -366,7 +366,7 @@ static int rt2800_blink_set(struct led_classdev *led_cdev,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void rt2800_init_led(struct rt2x00_dev *rt2x00dev,
|
static void rt2800_init_led(struct rt2x00_dev *rt2x00dev,
|
||||||
struct rt2x00_led *led, enum led_type type)
|
struct rt2x00_led *led, enum led_type type)
|
||||||
{
|
{
|
||||||
led->rt2x00dev = rt2x00dev;
|
led->rt2x00dev = rt2x00dev;
|
||||||
@@ -375,7 +375,6 @@ void rt2800_init_led(struct rt2x00_dev *rt2x00dev,
|
|||||||
led->led_dev.blink_set = rt2800_blink_set;
|
led->led_dev.blink_set = rt2800_blink_set;
|
||||||
led->flags = LED_INITIALIZED;
|
led->flags = LED_INITIALIZED;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(rt2800_init_led);
|
|
||||||
#endif /* CONFIG_RT2X00_LIB_LEDS */
|
#endif /* CONFIG_RT2X00_LIB_LEDS */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -114,8 +114,6 @@ void rt2800_mcu_request(struct rt2x00_dev *rt2x00dev,
|
|||||||
extern const struct rt2x00debug rt2800_rt2x00debug;
|
extern const struct rt2x00debug rt2800_rt2x00debug;
|
||||||
|
|
||||||
int rt2800_rfkill_poll(struct rt2x00_dev *rt2x00dev);
|
int rt2800_rfkill_poll(struct rt2x00_dev *rt2x00dev);
|
||||||
void rt2800_init_led(struct rt2x00_dev *rt2x00dev,
|
|
||||||
struct rt2x00_led *led, enum led_type type);
|
|
||||||
int rt2800_config_shared_key(struct rt2x00_dev *rt2x00dev,
|
int rt2800_config_shared_key(struct rt2x00_dev *rt2x00dev,
|
||||||
struct rt2x00lib_crypto *crypto,
|
struct rt2x00lib_crypto *crypto,
|
||||||
struct ieee80211_key_conf *key);
|
struct ieee80211_key_conf *key);
|
||||||
|
Reference in New Issue
Block a user