From: Sebastian Andrzej Siewior Date: Sat, 4 Feb 2012 17:55:23 +0000 (+0100) Subject: usb: gadget: at91_udc: convert to new style start/stop interface X-Git-Tag: v3.5-rc1~149^2~139^2~34 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3d8bf34c2c925867322197096ed501ceab8085a;p=pandora-kernel.git usb: gadget: at91_udc: convert to new style start/stop interface This patches converts the driver into the new style start/stop interface. As a result the driver no longer uses the static global controller variable in start/stop functions. I kept the controller variable since it makes the init code a little simpler. Compile tested only. Cc: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed