mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-19 15:05:12 +01: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;
|
||||
uint32_t in_mask;
|
||||
uint32_t out_mask;
|
||||
|
||||
struct clk *clk;
|
||||
};
|
||||
|
||||
extern struct jz4740_udc *the_controller;
|
||||
|
Loading…
Reference in New Issue
Block a user