RE: linux-next: build failure after merge of the usb-chipidea-next tree

From: Peter Chen
Date: Fri Nov 13 2020 - 04:11:33 EST




>
> After merging the usb-chipidea-next tree, today's linux-next build (powerpc
> allyesconfig) failed like this:
>
> In file included from drivers/usb/chipidea/trace.h:18,
> from drivers/usb/chipidea/trace.c:11:
> drivers/usb/chipidea/ci.h: In function 'ci_otg_is_fsm_mode':
> drivers/usb/chipidea/ci.h:440:47: error: invalid use of undefined type 'struct
> ci_hdrc_platform_data'
> 440 | struct usb_otg_caps *otg_caps = &ci->platdata->ci_otg_caps;
> | ^~
>

Thanks, I fixed it today.

Peter