mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
[xburst] Fix usb gadget driver build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19385 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b91840ea43
commit
d9264e504e
@ -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