diff options
author | David Brownell <david-b@pacbell.net> | 2006-12-10 20:47:04 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-01-05 21:19:09 +0100 |
commit | e6a6e472f55e0c8398650446b64c40e4a373b0c5 (patch) | |
tree | 5475d314ad8cc2d1108a3ee7f6d9b616c6d7c88a /drivers/usb/gadget/omap_udc.h | |
parent | USB: funsoft is borken on sparc (diff) | |
download | linux-e6a6e472f55e0c8398650446b64c40e4a373b0c5.tar.xz linux-e6a6e472f55e0c8398650446b64c40e4a373b0c5.zip |
USB: omap_udc build fixes (sync with linux-omap)
Resync the omap_udc driver with the latest from the Linux-OMAP tree.
Changes include DMA API updates (it builds again!), clock/pm updates,
minor bugfixes, whitespace.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/gadget/omap_udc.h')
-rw-r--r-- | drivers/usb/gadget/omap_udc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/gadget/omap_udc.h b/drivers/usb/gadget/omap_udc.h index 652ee4627344..1dc398bb9ab2 100644 --- a/drivers/usb/gadget/omap_udc.h +++ b/drivers/usb/gadget/omap_udc.h @@ -175,6 +175,9 @@ struct omap_udc { unsigned ep0_reset_config:1; unsigned ep0_setup:1; struct completion *done; + struct clk *dc_clk; + struct clk *hhc_clk; + unsigned clk_requested:1; }; /*-------------------------------------------------------------------------*/ |