* linux-next: build failure after merge of the shtree
@ 2010-06-01 1:11 Stephen Rothwell
2010-06-01 3:05 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2010-06-01 1:11 UTC (permalink / raw)
To: Paul Mundt; +Cc: linux-next, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1596 bytes --]
Hi Paul,
After merging the sh tree, today's linux-next build (x86_64
allmodconfig) failed like this:
In file included from drivers/usb/gadget/r8a66597-udc.c:35:
drivers/usb/gadget/r8a66597-udc.h: In function 'r8a66597_read_fifo':
drivers/usb/gadget/r8a66597-udc.h:147: error: implicit declaration of function 'readsl'
drivers/usb/gadget/r8a66597-udc.h:164: error: implicit declaration of function 'readsw'
drivers/usb/gadget/r8a66597-udc.h: In function 'r8a66597_write_fifo':
drivers/usb/gadget/r8a66597-udc.h:197: error: implicit declaration of function 'writesl'
drivers/usb/gadget/r8a66597-udc.h:204: error: implicit declaration of function 'writesw'
In file included from drivers/usb/host/r8a66597-hcd.c:44:
drivers/usb/host/r8a66597.h: In function 'r8a66597_read_fifo':
drivers/usb/host/r8a66597.h:185: error: implicit declaration of function 'readsl'
drivers/usb/host/r8a66597.h:194: error: implicit declaration of function 'readsw'
drivers/usb/host/r8a66597.h: In function 'r8a66597_write_fifo':
drivers/usb/host/r8a66597.h:215: error: implicit declaration of function 'writesl'
drivers/usb/host/r8a66597.h:230: error: implicit declaration of function 'writesw'
Caused by commits 920491717d4729844a6ebcd13c863e163d41ca6e ("usb: gadget:
r8a66597-udc pio to mmio accessor conversion") and
ae7cbc543c96c90d3b277a5370d77c08a047c396 ("usb: r8a66597-hcd pio to mmio
accessor conversion").
I have used the version of the sh tree form next-20100531 for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: linux-next: build failure after merge of the shtree
2010-06-01 1:11 linux-next: build failure after merge of the shtree Stephen Rothwell
@ 2010-06-01 3:05 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2010-06-01 3:05 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, linux-kernel
On Tue, Jun 01, 2010 at 11:11:49AM +1000, Stephen Rothwell wrote:
> Hi Paul,
>
> After merging the sh tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> In file included from drivers/usb/gadget/r8a66597-udc.c:35:
> drivers/usb/gadget/r8a66597-udc.h: In function 'r8a66597_read_fifo':
> drivers/usb/gadget/r8a66597-udc.h:147: error: implicit declaration of function 'readsl'
> drivers/usb/gadget/r8a66597-udc.h:164: error: implicit declaration of function 'readsw'
> drivers/usb/gadget/r8a66597-udc.h: In function 'r8a66597_write_fifo':
> drivers/usb/gadget/r8a66597-udc.h:197: error: implicit declaration of function 'writesl'
> drivers/usb/gadget/r8a66597-udc.h:204: error: implicit declaration of function 'writesw'
> In file included from drivers/usb/host/r8a66597-hcd.c:44:
> drivers/usb/host/r8a66597.h: In function 'r8a66597_read_fifo':
> drivers/usb/host/r8a66597.h:185: error: implicit declaration of function 'readsl'
> drivers/usb/host/r8a66597.h:194: error: implicit declaration of function 'readsw'
> drivers/usb/host/r8a66597.h: In function 'r8a66597_write_fifo':
> drivers/usb/host/r8a66597.h:215: error: implicit declaration of function 'writesl'
> drivers/usb/host/r8a66597.h:230: error: implicit declaration of function 'writesw'
>
> Caused by commits 920491717d4729844a6ebcd13c863e163d41ca6e ("usb: gadget:
> r8a66597-udc pio to mmio accessor conversion") and
> ae7cbc543c96c90d3b277a5370d77c08a047c396 ("usb: r8a66597-hcd pio to mmio
> accessor conversion").
>
I thought those were standard, but it seems not. I'll switch over to the
ioread/write_rep() ones instead, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-01 3:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01 1:11 linux-next: build failure after merge of the shtree Stephen Rothwell
2010-06-01 3:05 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).