[xburst] gpio.h: Add proper parenthesis to JZ_GPIO_PORTX macros
[openwrt.git] / target / linux / xburst / files-2.6.32 / drivers / usb / gadget / jz4740_udc.h
index d95a082..ac1540f 100644 (file)
@@ -86,6 +86,8 @@ struct jz4740_udc {
        int irq;
        uint32_t in_mask;
        uint32_t out_mask;
+
+       struct clk *clk;
 };
 
 extern struct jz4740_udc *the_controller;
This page took 0.025954 seconds and 4 git commands to generate.