mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 16:31:13 +00:00
Fix usb gadget driver build
SVN-Revision: 19385
This commit is contained in:
parent
292b9782cd
commit
0cf1256fbb
@ -86,6 +86,8 @@ struct jz4740_udc {
|
|||||||
int irq;
|
int irq;
|
||||||
uint32_t in_mask;
|
uint32_t in_mask;
|
||||||
uint32_t out_mask;
|
uint32_t out_mask;
|
||||||
|
|
||||||
|
struct clk *clk;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct jz4740_udc *the_controller;
|
extern struct jz4740_udc *the_controller;
|
||||||
|
Loading…
Reference in New Issue
Block a user