Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337008
b: refs/heads/master
c: d46f743
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 705b796 commit 31321db
Show file tree
Hide file tree
Showing 3 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: b17b75bb524c6c0dfa5ee4a33591b8a7dcc034d2
refs/heads/master: d46f743822ee6e890a6e7971e089a020e6c0000a
2 changes: 1 addition & 1 deletion trunk/drivers/uio/uio_cif.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static void hilscher_pci_remove(struct pci_dev *dev)
kfree (info);
}

static struct pci_device_id hilscher_pci_ids[] __devinitdata = {
static struct pci_device_id hilscher_pci_ids[] = {
{
.vendor = PCI_VENDOR_ID_PLX,
.device = PCI_DEVICE_ID_PLX_9030,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/uio/uio_sercos3.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static void sercos3_pci_remove(struct pci_dev *dev)
kfree(info);
}

static struct pci_device_id sercos3_pci_ids[] __devinitdata = {
static struct pci_device_id sercos3_pci_ids[] = {
{
.vendor = PCI_VENDOR_ID_PLX,
.device = PCI_DEVICE_ID_PLX_9030,
Expand Down

0 comments on commit 31321db

Please sign in to comment.