Fix usb gadget driver build
SVN-Revision: 19385
This commit is contained in:
parent
292b9782cd
commit
0cf1256fbb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue