--- zzzz-none-000/linux-2.6.19.2/drivers/usb/gadget/omap_udc.h 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/drivers/usb/gadget/omap_udc.h 2007-01-11 07:38:19.000000000 +0000 @@ -175,6 +175,9 @@ unsigned ep0_reset_config:1; unsigned ep0_setup:1; struct completion *done; + struct clk *dc_clk; + struct clk *hhc_clk; + unsigned clk_requested:1; }; /*-------------------------------------------------------------------------*/