Commit 5b94f675 authored by Linus Torvalds's avatar Linus Torvalds

Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6

* master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
  [SCSI] esp_scsi: Fix section mismatch warnings.
  [VIDEO] sunxvr2500: Fix PCI device ID table.
parents d12db0b0 d679f805
...@@ -2212,7 +2212,7 @@ static void __devinit esp_init_swstate(struct esp *esp) ...@@ -2212,7 +2212,7 @@ static void __devinit esp_init_swstate(struct esp *esp)
} }
/* This places the ESP into a known state at boot time. */ /* This places the ESP into a known state at boot time. */
static void __devinit esp_bootup_reset(struct esp *esp) static void esp_bootup_reset(struct esp *esp)
{ {
u8 val; u8 val;
......
...@@ -237,14 +237,14 @@ static void __devexit s3d_pci_unregister(struct pci_dev *pdev) ...@@ -237,14 +237,14 @@ static void __devexit s3d_pci_unregister(struct pci_dev *pdev)
} }
static struct pci_device_id s3d_pci_table[] = { static struct pci_device_id s3d_pci_table[] = {
{ /* XVR-2500 */ { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x002c), },
PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x0032), { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x002d), },
.driver_data = 1, { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x002e), },
}, { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x002f), },
{ /* XVR-500 */ { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x0030), },
PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x07a2), { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x0031), },
.driver_data = 0, { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x0032), },
}, { PCI_DEVICE(PCI_VENDOR_ID_3DLABS, 0x0033), },
{ 0, } { 0, }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment