Re: [PATCH 31/39] USB: remove DEFINE_PCI_DEVICE_TABLE macro

2013-12-09 Thread Felipe Balbi
On Mon, Dec 09, 2013 at 12:33:17AM -0800, 'Greg Kroah-Hartman' wrote: > On Sun, Dec 08, 2013 at 10:03:42PM -0600, Felipe Balbi wrote: > > On Tue, Dec 03, 2013 at 08:27:58AM +0900, Jingoo Han wrote: > > > Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro > > > is not preferred. > > > > >

Re: [PATCH 31/39] USB: remove DEFINE_PCI_DEVICE_TABLE macro

2013-12-09 Thread 'Greg Kroah-Hartman'
On Sun, Dec 08, 2013 at 10:03:42PM -0600, Felipe Balbi wrote: > On Tue, Dec 03, 2013 at 08:27:58AM +0900, Jingoo Han wrote: > > Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro > > is not preferred. > > > > Signed-off-by: Jingoo Han > > I wonder why I wasn't Cc:ed to this email consid

Re: [PATCH 31/39] USB: remove DEFINE_PCI_DEVICE_TABLE macro

2013-12-08 Thread Felipe Balbi
On Tue, Dec 03, 2013 at 08:27:58AM +0900, Jingoo Han wrote: > Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro > is not preferred. > > Signed-off-by: Jingoo Han I wonder why I wasn't Cc:ed to this email considering it touches three drivers I care about. Greg, I have the original ones

[PATCH 31/39] USB: remove DEFINE_PCI_DEVICE_TABLE macro

2013-12-02 Thread Jingoo Han
Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro is not preferred. Signed-off-by: Jingoo Han --- drivers/usb/chipidea/ci_hdrc_pci.c |2 +- drivers/usb/dwc3/dwc3-pci.c|2 +- drivers/usb/gadget/amd5536udc.c|2 +- drivers/usb/gadget/pch_udc.c |2 +- driv