usb: gadget: pch_udc: remove DEFINE_PCI_DEVICE_TABLE macro
Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro is not preferred. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
782df20c5f
commit
ea25c37ea8
1 changed files with 1 additions and 1 deletions
|
@ -3210,7 +3210,7 @@ finished:
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
static DEFINE_PCI_DEVICE_TABLE(pch_udc_pcidev_id) = {
|
static const struct pci_device_id pch_udc_pcidev_id[] = {
|
||||||
{
|
{
|
||||||
PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_EG20T_UDC),
|
PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_EG20T_UDC),
|
||||||
.class = (PCI_CLASS_SERIAL_USB << 8) | 0xfe,
|
.class = (PCI_CLASS_SERIAL_USB << 8) | 0xfe,
|
||||||
|
|
Loading…
Add table
Reference in a new issue