Re: [PATCH 1/3] usb: gadget: goku_udc: use DEFINE_PCI_DEVICE_TABLE macro

2013-11-27 Thread Jingoo Han
On Thursday, November 28, 2013 11:02 AM, Jingoo Han wrote: > > This macro is used to create a struct pci_device_id array. > > Signed-off-by: Jingoo Han Please, ignore these patches. As Greg Kroah-Hartman said, I will send the patch to remove 'DEFINE_PCI_DEVICE_TABLE' instead. Sorry for annoyin

Re: [PATCH 1/3] usb: gadget: goku_udc: use DEFINE_PCI_DEVICE_TABLE macro

2013-11-27 Thread Greg KH
On Thu, Nov 28, 2013 at 11:02:26AM +0900, Jingoo Han wrote: > This macro is used to create a struct pci_device_id array. And it shouldn't be used, please don't. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org M

[PATCH 1/3] usb: gadget: goku_udc: use DEFINE_PCI_DEVICE_TABLE macro

2013-11-27 Thread Jingoo Han
This macro is used to create a struct pci_device_id array. Signed-off-by: Jingoo Han --- drivers/usb/gadget/goku_udc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/gadget/goku_udc.c b/drivers/usb/gadget/goku_udc.c index f827680..120ba8a 100644 --- a/drivers/