Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262615
b: refs/heads/master
c: b73210a
h: refs/heads/master
i:
  262613: ea54571
  262611: 51e44a5
  262607: 8cd5aca
v: v3
  • Loading branch information
Axel Lin authored and Matthew Garrett committed Aug 5, 2011
1 parent cce0f57 commit 9b04b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: c8bb2ebd6267d6c1288201344d7e7ee987d74467
refs/heads/master: b73210aec44ddf73ca856cbca2d25daeccf47025
4 changes: 1 addition & 3 deletions trunk/drivers/platform/x86/intel_rar_register.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,15 +637,13 @@ static int rar_probe(struct pci_dev *dev, const struct pci_device_id *id)
return error;
}

const struct pci_device_id rar_pci_id_tbl[] = {
static DEFINE_PCI_DEVICE_TABLE(rar_pci_id_tbl) = {
{ PCI_VDEVICE(INTEL, 0x4110) },
{ 0 }
};

MODULE_DEVICE_TABLE(pci, rar_pci_id_tbl);

const struct pci_device_id *my_id_table = rar_pci_id_tbl;

/* field for registering driver to PCI device */
static struct pci_driver rar_pci_driver = {
.name = "rar_register_driver",
Expand Down

0 comments on commit 9b04b60

Please sign in to comment.