From: Jingoo Han Date: Thu, 28 Nov 2013 05:15:26 +0000 (+0900) Subject: usb: chipidea: remove DEFINE_PCI_DEVICE_TABLE macro X-Git-Tag: upstream/snapshot3+hdmi~3626^2~94^2~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e065b8bba731af296f963e0608e6ea7d98c044f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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: Jingoo Han Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/chipidea/ci_hdrc_pci.c b/drivers/usb/chipidea/ci_hdrc_pci.c index d514332..241ae34 100644 --- a/drivers/usb/chipidea/ci_hdrc_pci.c +++ b/drivers/usb/chipidea/ci_hdrc_pci.c @@ -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,