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

Commit 4e065b8b authored by Jingoo Han's avatar Jingoo Han Committed by Greg Kroah-Hartman
Browse files

usb: chipidea: remove DEFINE_PCI_DEVICE_TABLE macro



Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro
is not preferred.

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 46adcf3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ static void ci_hdrc_pci_remove(struct pci_dev *pdev)
 *
 * Check "pci.h" for details
 */
static DEFINE_PCI_DEVICE_TABLE(ci_hdrc_pci_id_table) = {
static const struct pci_device_id ci_hdrc_pci_id_table[] = {
	{
		PCI_DEVICE(0x153F, 0x1004),
		.driver_data = (kernel_ulong_t)&pci_platdata,