usb: gadget: fsl_qe_udc: remove not implemented callbacks
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Sat, 4 Feb 2012 17:55:26 +0000 (18:55 +0100)
committerFelipe Balbi <balbi@ti.com>
Fri, 4 May 2012 12:53:02 +0000 (15:53 +0300)
commit504d14c4657e920927178fcb8d070f55f5d4eb66
treecea8c17b2f153ce7fe35edba9fd317578fd55fc4
parentd77c1198666d87a9b21e9594ca29ac7e42011623
usb: gadget: fsl_qe_udc: remove not implemented callbacks

All of this callbacks which I remove here are not implemented and return
an error code. The gadget code returns an error code if a callback is
missing so there is no need to implement this twice.

Cc: Li Yang <leoli@freescale.com>
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/fsl_qe_udc.c