summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/omap_udc.h
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2006-12-10 11:47:04 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2007-01-05 12:19:09 -0800
commite6a6e472f55e0c8398650446b64c40e4a373b0c5 (patch)
tree5475d314ad8cc2d1108a3ee7f6d9b616c6d7c88a /drivers/usb/gadget/omap_udc.h
parent6a3c3d495201490ba51a8a26daf400d89c410e6e (diff)
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.h3
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;
};
/*-------------------------------------------------------------------------*/