* Building failure of 3.1-rc1 of drivers/usb/host/ehci-mxc.c
@ 2011-08-09 15:58 Eric Miao
2011-08-09 16:18 ` Shawn Guo
0 siblings, 1 reply; 3+ messages in thread
From: Eric Miao @ 2011-08-09 15:58 UTC (permalink / raw)
To: linux-arm-kernel
Hi Sascha,
Found the error below when trying to build 3.1-rc1 for imx51/53:
In file included from
/home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-hcd.c:1190:0:
/home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-mxc.c: In function
?ehci_mxc_drv_probe?:
/home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-mxc.c:175:2:
error: implicit declaration of function ?cpu_is_mx35?
/home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-mxc.c:175:2:
error: implicit declaration of function ?cpu_is_mx25?
/home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-mxc.c:185:2:
error: implicit declaration of function ?cpu_is_mx51?
make[4]: *** [drivers/usb/host/ehci-hcd.o] Error 1
make[3]: *** [drivers/usb/host] Error 2
make[2]: *** [drivers/usb] Error 2
make[1]: *** [drivers] Error 2
make[1]: *** Waiting for unfinished jobs....
^ permalink raw reply [flat|nested] 3+ messages in thread
* Building failure of 3.1-rc1 of drivers/usb/host/ehci-mxc.c
2011-08-09 15:58 Building failure of 3.1-rc1 of drivers/usb/host/ehci-mxc.c Eric Miao
@ 2011-08-09 16:18 ` Shawn Guo
2011-08-09 16:28 ` Eric Miao
0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2011-08-09 16:18 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Aug 09, 2011 at 11:58:05PM +0800, Eric Miao wrote:
> Hi Sascha,
>
> Found the error below when trying to build 3.1-rc1 for imx51/53:
>
> In file included from
> /home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-hcd.c:1190:0:
> /home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-mxc.c: In function
> ?ehci_mxc_drv_probe?:
> /home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-mxc.c:175:2:
> error: implicit declaration of function ?cpu_is_mx35?
> /home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-mxc.c:175:2:
> error: implicit declaration of function ?cpu_is_mx25?
> /home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-mxc.c:185:2:
> error: implicit declaration of function ?cpu_is_mx51?
> make[4]: *** [drivers/usb/host/ehci-hcd.o] Error 1
> make[3]: *** [drivers/usb/host] Error 2
> make[2]: *** [drivers/usb] Error 2
> make[1]: *** [drivers] Error 2
> make[1]: *** Waiting for unfinished jobs....
>
The failure has been there for a while. I posted a fix[1] there, and
Greg Kroah-Hartman has queued it up on his branch:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git usb-linus
[1] http://permalink.gmane.org/gmane.linux.usb.general/49793
--
Regards,
Shawn
^ permalink raw reply [flat|nested] 3+ messages in thread
* Building failure of 3.1-rc1 of drivers/usb/host/ehci-mxc.c
2011-08-09 16:18 ` Shawn Guo
@ 2011-08-09 16:28 ` Eric Miao
0 siblings, 0 replies; 3+ messages in thread
From: Eric Miao @ 2011-08-09 16:28 UTC (permalink / raw)
To: linux-arm-kernel
Hi Shawn,
That patch looks good. Anyway - we'll eventually get rid of this when
moving to DT.
- eric
On Wed, Aug 10, 2011 at 12:18 AM, Shawn Guo <shawn.guo@freescale.com> wrote:
> On Tue, Aug 09, 2011 at 11:58:05PM +0800, Eric Miao wrote:
>> Hi Sascha,
>>
>> Found the error below when trying to build 3.1-rc1 for imx51/53:
>>
>> In file included from
>> /home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-hcd.c:1190:0:
>> /home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-mxc.c: In function
>> ?ehci_mxc_drv_probe?:
>> /home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-mxc.c:175:2:
>> error: implicit declaration of function ?cpu_is_mx35?
>> /home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-mxc.c:175:2:
>> error: implicit declaration of function ?cpu_is_mx25?
>> /home/ycmiao/linaro/linux-2.6/drivers/usb/host/ehci-mxc.c:185:2:
>> error: implicit declaration of function ?cpu_is_mx51?
>> make[4]: *** [drivers/usb/host/ehci-hcd.o] Error 1
>> make[3]: *** [drivers/usb/host] Error 2
>> make[2]: *** [drivers/usb] Error 2
>> make[1]: *** [drivers] Error 2
>> make[1]: *** Waiting for unfinished jobs....
>>
> The failure has been there for a while. ?I posted a fix[1] there, and
> Greg Kroah-Hartman has queued it up on his branch:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git usb-linus
>
> [1] http://permalink.gmane.org/gmane.linux.usb.general/49793
>
> --
> Regards,
> Shawn
>
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-09 16:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 15:58 Building failure of 3.1-rc1 of drivers/usb/host/ehci-mxc.c Eric Miao
2011-08-09 16:18 ` Shawn Guo
2011-08-09 16:28 ` Eric Miao
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.