Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
b53e674a
Commit
b53e674a
authored
Aug 11, 2006
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AGPGART] const'ify VIA AGP PCI table.
Signed-off-by:
Dave Jones
<
davej@redhat.com
>
parent
85be7d60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/char/agp/via-agp.c
drivers/char/agp/via-agp.c
+2
-2
No files found.
drivers/char/agp/via-agp.c
View file @
b53e674a
...
...
@@ -9,7 +9,7 @@
#include <linux/agp_backend.h>
#include "agp.h"
static
struct
pci_device_id
agp_via_pci_table
[];
static
const
struct
pci_device_id
agp_via_pci_table
[];
#define VIA_GARTCTRL 0x80
#define VIA_APSIZE 0x84
...
...
@@ -485,7 +485,7 @@ static int agp_via_resume(struct pci_dev *pdev)
#endif
/* CONFIG_PM */
/* must be the same order as name table above */
static
struct
pci_device_id
agp_via_pci_table
[]
=
{
static
const
struct
pci_device_id
agp_via_pci_table
[]
=
{
#define ID(x) \
{ \
.class = (PCI_CLASS_BRIDGE_HOST << 8), \
...
...
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