diff options
| author | Jingoo Han <jg1.han@samsung.com> | 2013-11-28 00:16:30 -0500 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2013-12-06 14:47:04 -0500 |
| commit | 9510ecee62dff8cc603ea163bf72729c491fbe5b (patch) | |
| tree | bd660c7124f6595f1f80b96e8039b8e402ea39fb | |
| parent | ea25c37ea85b9d2b0ed3698f40753da005cfd4dc (diff) | |
usb: gadget: amd5536udc: 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>
| -rw-r--r-- | drivers/usb/gadget/amd5536udc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/amd5536udc.c b/drivers/usb/gadget/amd5536udc.c index 54a1e2954cea..f0ff4a675e9d 100644 --- a/drivers/usb/gadget/amd5536udc.c +++ b/drivers/usb/gadget/amd5536udc.c | |||
| @@ -3338,7 +3338,7 @@ static int udc_remote_wakeup(struct udc *dev) | |||
| 3338 | } | 3338 | } |
| 3339 | 3339 | ||
| 3340 | /* PCI device parameters */ | 3340 | /* PCI device parameters */ |
| 3341 | static DEFINE_PCI_DEVICE_TABLE(pci_id) = { | 3341 | static const struct pci_device_id pci_id[] = { |
| 3342 | { | 3342 | { |
| 3343 | PCI_DEVICE(PCI_VENDOR_ID_AMD, 0x2096), | 3343 | PCI_DEVICE(PCI_VENDOR_ID_AMD, 0x2096), |
| 3344 | .class = (PCI_CLASS_SERIAL_USB << 8) | 0xfe, | 3344 | .class = (PCI_CLASS_SERIAL_USB << 8) | 0xfe, |
