[xburst] Fix usb gadget driver build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19385 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Lars-Peter Clausen 2010-01-29 20:59:15 +00:00
parent 2fcc620c06
commit ff0dbbcaed
1 changed files with 2 additions and 0 deletions

View 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;