Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34372
b: refs/heads/master
c: b53e674
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones committed Aug 11, 2006
1 parent bea18d9 commit a2765f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 85be7d60595b4803731cec158b0023bc050fdd14
refs/heads/master: b53e674a707cf77e76339852abdc063696679261
4 changes: 2 additions & 2 deletions trunk/drivers/char/agp/via-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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), \
Expand Down

0 comments on commit a2765f8

Please sign in to comment.