Commit 2a105ac8 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller

[IRDA]: Kill infrared_mode, unused.

parent 77b29690
...@@ -243,8 +243,6 @@ struct irda_task *irda_task_execute(void *instance, ...@@ -243,8 +243,6 @@ struct irda_task *irda_task_execute(void *instance,
struct irda_task *parent, void *param); struct irda_task *parent, void *param);
void irda_task_next_state(struct irda_task *task, IRDA_TASK_STATE state); void irda_task_next_state(struct irda_task *task, IRDA_TASK_STATE state);
extern const char *infrared_mode[];
/* /*
* Function irda_get_mtt (skb) * Function irda_get_mtt (skb)
* *
......
...@@ -60,13 +60,6 @@ static void __irda_task_delete(struct irda_task *task); ...@@ -60,13 +60,6 @@ static void __irda_task_delete(struct irda_task *task);
static hashbin_t *dongles = NULL; static hashbin_t *dongles = NULL;
static hashbin_t *tasks = NULL; static hashbin_t *tasks = NULL;
const char *infrared_mode[] = {
"IRDA_IRLAP",
"IRDA_RAW",
"SHARP_ASK",
"TV_REMOTE",
};
#ifdef CONFIG_IRDA_DEBUG #ifdef CONFIG_IRDA_DEBUG
static const char *task_state[] = { static const char *task_state[] = {
"IRDA_TASK_INIT", "IRDA_TASK_INIT",
......
...@@ -167,7 +167,6 @@ EXPORT_SYMBOL(async_unwrap_char); ...@@ -167,7 +167,6 @@ EXPORT_SYMBOL(async_unwrap_char);
EXPORT_SYMBOL(irda_calc_crc16); EXPORT_SYMBOL(irda_calc_crc16);
EXPORT_SYMBOL(irda_crc16_table); EXPORT_SYMBOL(irda_crc16_table);
EXPORT_SYMBOL(irda_start_timer); EXPORT_SYMBOL(irda_start_timer);
EXPORT_SYMBOL(infrared_mode);
#ifdef CONFIG_IRTTY #ifdef CONFIG_IRTTY
EXPORT_SYMBOL(irtty_set_dtr_rts); EXPORT_SYMBOL(irtty_set_dtr_rts);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment