Commit a73d4b2f authored by Stephen Hemminger's avatar Stephen Hemminger

[IRDA]: Move proc_irda export out of irsyms.c into irproc.c

parent e88141bd
......@@ -45,6 +45,7 @@ struct irda_entry {
};
struct proc_dir_entry *proc_irda;
EXPORT_SYMBOL(proc_irda);
static struct irda_entry irda_dirs[] = {
{"discovery", &discovery_seq_fops},
......
......@@ -84,9 +84,6 @@ EXPORT_SYMBOL(irttp_dup);
EXPORT_SYMBOL(irda_debug);
#endif
EXPORT_SYMBOL(irda_notify_init);
#ifdef CONFIG_PROC_FS
EXPORT_SYMBOL(proc_irda);
#endif
EXPORT_SYMBOL(irda_param_insert);
EXPORT_SYMBOL(irda_param_extract);
EXPORT_SYMBOL(irda_param_extract_all);
......
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