
15 Nov
2019
15 Nov
'19
5:46 p.m.
Hi Daniel,
inOn Fri, 15 Nov 2019 at 05:48, Daniel Schwierzeck daniel.schwierzeck@gmail.com wrote:
[..]
diff --git a/drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c b/drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c index 7eb632d3b1..e9e18568c1 100644 --- a/drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c +++ b/drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c @@ -17,6 +17,9 @@
- Lukasz Majewski l.majewski@samsumg.com
*/
+#include <common.h> +#include <cpu_func.h>
is this intended if both files haven't been required before?
Well common.h should always be included. The second is needed since flush_dcache_range() is called. This file would cause a error if it were compiled. It seems to be excluded from the build.
static u8 clear_feature_num; int clear_feature_flag;
Regards, Simon