[imx:work/efikasb 4/29] drivers/usb/chipidea/otg.c:54:4: error: 'struct ci13xxx' has no member named 'otg'
Chen Peter-B29397
B29397 at freescale.com
Sun Dec 16 23:43:31 EST 2012
I am on a business trip, and will have a look after back.
BRs,
Peter
> -----Original Message-----
> From: kbuild test robot [mailto:fengguang.wu at intel.com]
> Sent: Monday, December 17, 2012 4:50 AM
> To: Chen Peter-B29397
> Cc: linux-arm-kernel at lists.infradead.org; Sascha Hauer
> Subject: [imx:work/efikasb 4/29] drivers/usb/chipidea/otg.c:54:4: error:
> 'struct ci13xxx' has no member named 'otg'
>
> tree: git://git.pengutronix.de/git/imx/linux-2.6.git work/efikasb
> head: 4de30514cbd7126ba06062e39ba4701f2bca1a37
> commit: 919553ea44720e0b8ea0275c32254f5e325aba11 [4/29] usb: chipidea:
> add otg file
> config: make ARCH=x86_64 allyesconfig
>
> Note: the imx/work/efikasb HEAD 4de3051 builds fine.
> It only hurts bisectibility.
>
> All error/warnings:
>
> drivers/usb/chipidea/otg.c: In function 'ci_hdrc_otg_init':
> drivers/usb/chipidea/otg.c:54:4: error: 'struct ci13xxx' has no member
> named 'otg'
> drivers/usb/chipidea/otg.c:55:4: error: 'struct ci13xxx' has no member
> named 'otg'
> drivers/usb/chipidea/otg.c:57:29: error: 'struct ci13xxx' has no member
> named 'otg'
>
> vim +54 drivers/usb/chipidea/otg.c
>
> 919553ea Peter Chen 2012-11-19 48 * This function create otg struct,
> if the device can switch between
> 919553ea Peter Chen 2012-11-19 49 * device and host.
> 919553ea Peter Chen 2012-11-19 50 */
> 919553ea Peter Chen 2012-11-19 51 int ci_hdrc_otg_init(struct ci13xxx
> *ci)
> 919553ea Peter Chen 2012-11-19 52 {
> 919553ea Peter Chen 2012-11-19 53 /* Useless at current */
> 919553ea Peter Chen 2012-11-19 @54 ci->otg.set_peripheral =
> ci_otg_set_peripheral;
> 919553ea Peter Chen 2012-11-19 55 ci->otg.set_host =
> ci_otg_set_host;
> 919553ea Peter Chen 2012-11-19 56 if (!IS_ERR_OR_NULL(ci-
> >transceiver))
> 919553ea Peter Chen 2012-11-19 57 ci->transceiver->otg =
> &ci->otg;
>
> ---
> 0-DAY kernel build testing backend Open Source Technology Center
> Fengguang Wu, Yuanhan Liu Intel Corporation
More information about the linux-arm-kernel
mailing list