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
9a888187
Commit
9a888187
authored
May 15, 2003
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ATM]: atm{pvc,svc}_exit cannot be __exit.
parent
69df940b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
net/atm/pvc.c
net/atm/pvc.c
+1
-1
net/atm/svc.c
net/atm/svc.c
+1
-1
No files found.
net/atm/pvc.c
View file @
9a888187
...
...
@@ -121,7 +121,7 @@ int __init atmpvc_init(void)
return
sock_register
(
&
pvc_family_ops
);
}
void
__exit
atmpvc_exit
(
void
)
void
atmpvc_exit
(
void
)
{
sock_unregister
(
PF_ATMPVC
);
}
net/atm/svc.c
View file @
9a888187
...
...
@@ -444,7 +444,7 @@ int __init atmsvc_init(void)
return
sock_register
(
&
svc_family_ops
);
}
void
__exit
atmsvc_exit
(
void
)
void
atmsvc_exit
(
void
)
{
sock_unregister
(
PF_ATMSVC
);
}
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