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
6101e6d4
Commit
6101e6d4
authored
May 06, 2003
by
Dave Jones
Committed by
Dave Jones
May 06, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGPGART] Remove unneeded exports.
These functions should only be called indirectly from agp_generic_enable()
parent
61877c40
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
drivers/char/agp/generic-3.0.c
drivers/char/agp/generic-3.0.c
+0
-2
drivers/char/agp/isoch.c
drivers/char/agp/isoch.c
+0
-2
No files found.
drivers/char/agp/generic-3.0.c
View file @
6101e6d4
...
...
@@ -18,5 +18,3 @@ int agp_3_0_enable(struct agp_bridge_data *bridge, u32 mode)
return
0
;
}
EXPORT_SYMBOL_GPL
(
agp_3_0_enable
);
drivers/char/agp/isoch.c
View file @
6101e6d4
...
...
@@ -531,5 +531,3 @@ int agp_3_5_enable(struct agp_bridge_data *bridge, u32 mode)
return
ret
;
}
EXPORT_SYMBOL_GPL
(
agp_3_5_enable
);
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