Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4192be64 authored by Otavio Salvador's avatar Otavio Salvador Committed by Jeff Garzik
Browse files

pata-it821x: use PCI_DEVICE_ID_RDC_D1010 define

parent ab81a505
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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), },

	{ },
};