dect
/
linux-2.6
Archived
13
0
Fork 0

pata-it821x: use PCI_DEVICE_ID_RDC_D1010 define

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
Otavio Salvador 2009-11-17 11:11:16 -02:00 committed by Jeff Garzik
parent ab81a505ae
commit 4192be6402
1 changed files with 1 additions and 1 deletions

View File

@ -955,7 +955,7 @@ static int it821x_reinit_one(struct pci_dev *pdev)
static const struct pci_device_id it821x[] = {
{ PCI_VDEVICE(ITE, PCI_DEVICE_ID_ITE_8211), },
{ PCI_VDEVICE(ITE, PCI_DEVICE_ID_ITE_8212), },
{ PCI_VDEVICE(RDC, 0x1010), },
{ PCI_VDEVICE(RDC, PCI_DEVICE_ID_RDC_D1010), },
{ },
};