2
0
forked from Ivasoft/openwrt

Fix usb gadget driver build

SVN-Revision: 19385
This commit is contained in:
Lars-Peter Clausen
2010-01-29 20:59:15 +00:00
parent 292b9782cd
commit 0cf1256fbb

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;