]> git.baikalelectronics.ru Git - uboot.git/commit
usb: dwc3: Fix a compilation error with the edison defconfig
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 29 Nov 2018 09:52:50 +0000 (10:52 +0100)
committerMarek Vasut <marex@denx.de>
Fri, 7 Dec 2018 15:31:45 +0000 (16:31 +0100)
commitcd7c77195ee97d37f6945de27992c82fbda7f3ea
treea7b090a0f657d66d5727d94629ec0230be252dce
parent2d6eb089b4ce5c136292f64c6fe758ce8e34219e
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.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/usb/dwc3/ep0.c