projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3719b9b
)
usb: gadget: amd5536udc: remove forward declaration of udc_pci_*
author
Sudip Mukherjee
<
[email protected]
>
Tue, 22 Sep 2015 13:24:35 +0000
(18:54 +0530)
committer
Felipe Balbi
<
[email protected]
>
Thu, 1 Oct 2015 17:40:22 +0000
(12:40 -0500)
Remove the forward declarations of udc_pci_probe and udc_pci_remove.
Signed-off-by: Sudip Mukherjee <
[email protected]
>
Signed-off-by: Felipe Balbi <
[email protected]
>
drivers/usb/gadget/udc/amd5536udc.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/udc/amd5536udc.c
b/drivers/usb/gadget/udc/amd5536udc.c
index 6d64129e3347fc63943952a034e5e3ff07b71abe..00ae0692aa678d75bdb0142cb37af336a5550fa9 100644
(file)
--- a/
drivers/usb/gadget/udc/amd5536udc.c
+++ b/
drivers/usb/gadget/udc/amd5536udc.c
@@
-70,8
+70,6
@@
static void udc_setup_endpoints(struct udc *dev);
static void udc_soft_reset(struct udc *dev);
static struct udc_request *udc_alloc_bna_dummy(struct udc_ep *ep);
static void udc_free_request(struct usb_ep *usbep, struct usb_request *usbreq);
-static int udc_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id);
-static void udc_pci_remove(struct pci_dev *pdev);
/* description */
static const char mod_desc[] = UDC_MOD_DESCRIPTION;