Hi,
On Wed, Sep 15, 2010 at 09:24:05AM -0500, Alan Stern wrote:
@@ -160,6 +161,7 @@ struct dummy {
*/
struct dummy_ep ep [DUMMY_ENDPOINTS];
int address;
+ struct usb_udc udc;
struct usb_gadget gadget;
struct usb_gadget_driver *driver;
struct dummy_request fifo_req;
You have removed all references to dum->driver, so you should remove
the field itself.
true, done. Tks :-)
--
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html