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
Kirill Smelkov
linux
Commits
d812c1c2
Commit
d812c1c2
authored
May 16, 2003
by
Chas Williams
Committed by
David S. Miller
May 16, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ATM]: Fix modular CLIP.
parent
3312ab45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
net/atm/common.c
net/atm/common.c
+1
-1
net/atm/proc.c
net/atm/proc.c
+1
-1
No files found.
net/atm/common.c
View file @
d812c1c2
...
...
@@ -83,7 +83,7 @@ int try_atm_clip_ops(void)
#ifdef CONFIG_ATM_CLIP_MODULE
EXPORT_SYMBOL
(
atm_clip_ops
);
EXPORT_SYMBOL
(
atm_clip_ops_mutex
);
EXPORT_SYMBOL
(
try_atm_clip_ops
);
EXPORT_SYMBOL
(
atm_clip_ops_set
);
#endif
#endif
...
...
net/atm/proc.c
View file @
d812c1c2
...
...
@@ -674,7 +674,7 @@ int __init atm_proc_init(void)
return
-
ENOMEM
;
}
void
__exit
atm_proc_exit
(
void
)
void
atm_proc_exit
(
void
)
{
atm_proc_cleanup
();
}
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