Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
a73d4b2f
Commit
a73d4b2f
authored
Mar 08, 2004
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IRDA]: Move proc_irda export out of irsyms.c into irproc.c
parent
e88141bd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
net/irda/irproc.c
net/irda/irproc.c
+1
-0
net/irda/irsyms.c
net/irda/irsyms.c
+0
-3
No files found.
net/irda/irproc.c
View file @
a73d4b2f
...
...
@@ -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
},
...
...
net/irda/irsyms.c
View file @
a73d4b2f
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment