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
d4f4d3ac
Commit
d4f4d3ac
authored
Oct 07, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] more devexit fixes
parent
289fe4bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/net/tokenring/tmspci.c
drivers/net/tokenring/tmspci.c
+1
-1
drivers/video/tdfxfb.c
drivers/video/tdfxfb.c
+1
-1
No files found.
drivers/net/tokenring/tmspci.c
View file @
d4f4d3ac
...
...
@@ -253,7 +253,7 @@ static int __init tms_pci_init (void)
return
0
;
}
static
void
__exit
tms_pci_rmmod
(
void
)
static
void
__
dev
exit
tms_pci_rmmod
(
void
)
{
pci_unregister_driver
(
&
tms_pci_driver
);
}
...
...
drivers/video/tdfxfb.c
View file @
d4f4d3ac
...
...
@@ -146,7 +146,7 @@ static struct pci_driver tdfxfb_driver = {
.
name
=
"tdfxfb"
,
.
id_table
=
tdfxfb_id_table
,
.
probe
=
tdfxfb_probe
,
.
remove
=
tdfxfb_remove
,
.
remove
=
__devexit_p
(
tdfxfb_remove
)
,
};
MODULE_DEVICE_TABLE
(
pci
,
tdfxfb_id_table
);
...
...
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