kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ian Abbott <abbotti@mev.co.uk>
To: kernel-janitors@vger.kernel.org
Subject: Re: [staging:staging-next 70/73] drivers/staging/comedi/drivers/amplc_dio200.c:1444:2: error: implic
Date: Wed, 15 Aug 2012 09:54:15 +0000	[thread overview]
Message-ID: <502B71C7.4010005@mev.co.uk> (raw)

On 2012-08-15 02:02, Fengguang Wu wrote:
> Hi Ian,
>
> FYI, kernel build failed on
>
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-next
> head:   69af59970bec925d182ca5ebd80e643fdd90b1cc
> commit: b7518888afc14e3d1e988837fef4471cd2b3c820 [70/73] staging: comedi: amplc_dio200: check bus type in detach routine
> config: i386-allmodconfig (attached as .config)
>
> All related error/warning messages:
>
> drivers/staging/comedi/drivers/amplc_dio200.c: In function 'dio200_detach':
> drivers/staging/comedi/drivers/amplc_dio200.c:1444:2: error: implicit declaration of function 'IS_ISA_BOARD' [-Werror=implicit-function-declaration]
> drivers/staging/comedi/drivers/amplc_dio200.c:1447:2: error: implicit declaration of function 'IS_PCI_BOARD' [-Werror=implicit-function-declaration]
> cc1: some warnings being treated as errors
>
> vim +1444 drivers/staging/comedi/drivers/amplc_dio200.c
>    1441				}
>    1442			}
>    1443		}
>> 1444		if (IS_ISA_BOARD(thisboard)) {
>    1445			if (dev->iobase)
>    1446				release_region(dev->iobase, DIO200_IO_SIZE);
>    1447		} else if (IS_PCI_BOARD(thisboard)) {

Well it looks like my patches got applied in the wrong order (1, 3, 2) 
on Greg's staging-next branch, but as long as all 3 patches are applied 
it ought to compile okay.

-- 
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbotti@mev.co.uk>        )=-
-=( Tel: +44 (0)161 477 1898   FAX: +44 (0)161 718 3587         )=-

             reply	other threads:[~2012-08-15  9:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-15  9:54 Ian Abbott [this message]
2012-08-15 13:54 ` [staging:staging-next 70/73] drivers/staging/comedi/drivers/amplc_dio200.c:1444:2: error: implic Greg Kroah-Hartman
2012-08-15 14:07 ` Fengguang Wu
2012-08-15 14:10 ` Greg Kroah-Hartman
2012-08-15 14:35 ` Fengguang Wu
2012-08-15 14:47 ` Greg Kroah-Hartman
2012-08-15 14:50 ` Fengguang Wu

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=502B71C7.4010005@mev.co.uk \
    --to=abbotti@mev.co.uk \
    --cc=kernel-janitors@vger.kernel.org \
    /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 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).