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
7a8f29d2
Commit
7a8f29d2
authored
Jan 15, 2003
by
Dave Jones
Committed by
Dave Jones
Jan 15, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGPGART] warning fixes from Bjorn's last patches.
parent
11061ebf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
drivers/char/agp/agp.h
drivers/char/agp/agp.h
+2
-0
drivers/char/agp/sworks-agp.c
drivers/char/agp/sworks-agp.c
+0
-1
No files found.
drivers/char/agp/agp.h
View file @
7a8f29d2
...
...
@@ -48,6 +48,8 @@ int agp_generic_suspend(void);
void
agp_generic_resume
(
void
);
void
agp_free_key
(
int
key
);
int
agp_num_entries
(
void
);
u32
agp_collect_device_status
(
u32
mode
,
u32
command
);
void
agp_device_command
(
u32
command
,
int
agp_v3
);
#define PFX "agpgart: "
...
...
drivers/char/agp/sworks-agp.c
View file @
7a8f29d2
...
...
@@ -229,7 +229,6 @@ static int serverworks_configure(void)
struct
aper_size_info_lvl2
*
current_size
;
u32
temp
;
u8
enable_reg
;
u32
cap_id
;
u16
cap_reg
;
current_size
=
A_SIZE_LVL2
(
agp_bridge
.
current_size
);
...
...
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