]> git.neil.brown.name Git - history.git/commitdiff
[IRDA]: Kill infrared_mode, unused.
authorStephen Hemminger <shemminger@osdl.org>
Thu, 26 Feb 2004 04:29:21 +0000 (20:29 -0800)
committerDavid S. Miller <davem@nuts.davemloft.net>
Thu, 26 Feb 2004 04:29:21 +0000 (20:29 -0800)
include/net/irda/irda_device.h
net/irda/irda_device.c
net/irda/irsyms.c

index 79ce9e73c5ee622a966b660711fcd72f0d84ccfa..66577b44e0f9397f32e8d1c8f8acc2ebcfc99400 100644 (file)
@@ -243,8 +243,6 @@ struct irda_task *irda_task_execute(void *instance,
                                    struct irda_task *parent, void *param);
 void irda_task_next_state(struct irda_task *task, IRDA_TASK_STATE state);
 
-extern const char *infrared_mode[];
-
 /*
  * Function irda_get_mtt (skb)
  *
index 75e25cbafe6ec91e15c8bdee361fd5df44eaa468..e6267ca3febbddb97eca4cd53917af3c9f06e3d4 100644 (file)
@@ -60,13 +60,6 @@ static void __irda_task_delete(struct irda_task *task);
 static hashbin_t *dongles = NULL;
 static hashbin_t *tasks = NULL;
 
-const char *infrared_mode[] = {
-       "IRDA_IRLAP",
-       "IRDA_RAW",
-       "SHARP_ASK",
-       "TV_REMOTE",
-};
-
 #ifdef CONFIG_IRDA_DEBUG
 static const char *task_state[] = {
        "IRDA_TASK_INIT",
index 5f185a176fe01b1d091c65626e2f5ba485be5a97..3fa849529f21e41a93dafd2a0e34257bfdcaebee 100644 (file)
@@ -167,7 +167,6 @@ EXPORT_SYMBOL(async_unwrap_char);
 EXPORT_SYMBOL(irda_calc_crc16);
 EXPORT_SYMBOL(irda_crc16_table);
 EXPORT_SYMBOL(irda_start_timer);
-EXPORT_SYMBOL(infrared_mode);
 
 #ifdef CONFIG_IRTTY
 EXPORT_SYMBOL(irtty_set_dtr_rts);