All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Mundt <lethal@linux-sh.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: linux-next: build failure after merge of the  shtree
Date: Tue, 1 Jun 2010 12:05:45 +0900	[thread overview]
Message-ID: <20100601030545.GB15411@linux-sh.org> (raw)
In-Reply-To: <20100601111149.a809f097.sfr@canb.auug.org.au>

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.

      reply	other threads:[~2010-06-01  3:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-01  1:11 linux-next: build failure after merge of the shtree Stephen Rothwell
2010-06-01  3:05 ` Paul Mundt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100601030545.GB15411@linux-sh.org \
    --to=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.