Searched hist:dc627159e26f348e00cc4805491cd6eaa3192ad8 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | ep0.c | dc627159e26f348e00cc4805491cd6eaa3192ad8 Thu Nov 29 09:52:50 UTC 2018 Jean-Jacques Hiblot <jjhiblot@ti.com> UPSTREAM: usb: dwc3: Fix a compilation error with the edison defconfig
The error is: In file included from include/part.h:10:0, from include/usb.h:18, from include/linux/usb/gadget.h:22, from drivers/usb/dwc3/ep0.c:20: include/ide.h:62:14: error: unknown type name ‘uchar’ void ide_led(uchar led, uchar status);
Fixing it by including common.h that defines the uchar type.
Change-Id: I97a5eabe32e03709a7e2800cd6ee8adf186daa76 Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Signed-off-by: Frank Wang <frank.wang@rock-chips.com> (cherry picked from commit 4d3825c1915e1649c4be0320e74be158e4698655)
|