mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
media: ipu7: Drop IPU8 PCI ID for now
This driver is intended for IPU7 at the moment so drop the IPU8 PCI ID. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
committed by
Hans Verkuil
parent
c5ddd03bc5
commit
a8598c7de1
@@ -2752,7 +2752,6 @@ static const struct dev_pm_ops ipu7_pm_ops = {
|
||||
static const struct pci_device_id ipu7_pci_tbl[] = {
|
||||
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, IPU7_PCI_ID)},
|
||||
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, IPU7P5_PCI_ID)},
|
||||
{PCI_DEVICE(PCI_VENDOR_ID_INTEL, IPU8_PCI_ID)},
|
||||
{0,}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(pci, ipu7_pci_tbl);
|
||||
|
||||
Reference in New Issue
Block a user