diff options
author | Felipe Balbi <balbi@ti.com> | 2013-01-24 16:16:39 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-01-24 20:11:31 +0100 |
commit | 70189a63d408d4ea0cddbf0ff0afe6020844e813 (patch) | |
tree | 052f0aee11bde8bc8994824a246190a005e64379 /drivers/usb/gadget/pxa27x_udc.h | |
parent | usb: gadget: pxa25x_udc: convert to udc_start/udc_stop (diff) | |
download | linux-70189a63d408d4ea0cddbf0ff0afe6020844e813.tar.xz linux-70189a63d408d4ea0cddbf0ff0afe6020844e813.zip |
usb: gadget: pxa27x_udc: convert to udc_start/udc_stop
Mechanical change making use of the new (can we
still call it new ?) interface for registering
UDC drivers.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/pxa27x_udc.h')
-rw-r--r-- | drivers/usb/gadget/pxa27x_udc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/pxa27x_udc.h b/drivers/usb/gadget/pxa27x_udc.h index 79d81a4b2344..28f2b53530f5 100644 --- a/drivers/usb/gadget/pxa27x_udc.h +++ b/drivers/usb/gadget/pxa27x_udc.h @@ -473,6 +473,7 @@ struct pxa_udc { struct dentry *debugfs_eps; #endif }; +#define to_pxa(g) (container_of((g), struct pxa_udc, gadget)) static inline struct pxa_udc *to_gadget_udc(struct usb_gadget *gadget) { |