Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a38b3955 authored by Petr Cvek's avatar Petr Cvek Committed by Felipe Balbi
Browse files

usb: gadget: pxa27x: Remove duplicate function prototype



Functions udc_enable() and udc_disable() have a duplicated prototype.
Remove it.

Acked-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: default avatarPetr Cvek <petr.cvek@tul.cz>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent 05428ba9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1608,9 +1608,6 @@ static int pxa_udc_pullup(struct usb_gadget *_gadget, int is_active)
	return 0;
}

static void udc_enable(struct pxa_udc *udc);
static void udc_disable(struct pxa_udc *udc);

/**
 * pxa_udc_vbus_session - Called by external transceiver to enable/disable udc
 * @_gadget: usb gadget