From: Jesse Barnes <jbarnes@virtuousgeek•org>
To: Randy Dunlap <randy.dunlap@oracle•com>
Cc: Stephen Rothwell <sfr@canb•auug.org.au>,
linux-next@vger•kernel.org, LKML <linux-kernel@vger•kernel.org>,
"linux-pci@vger•kernel.org" <linux-pci@vger•kernel.org>
Subject: Re: [PATCH -next] pci hotplug: fix ibmphp build error
Date: Mon, 8 Feb 2010 10:50:12 -0800 [thread overview]
Message-ID: <20100208105012.17053238@jbarnes-piketon> (raw)
In-Reply-To: <4B6B2A27.9070600@oracle.com>
On Thu, 04 Feb 2010 12:12:23 -0800
Randy Dunlap <randy.dunlap@oracle•com> wrote:
> From: Randy Dunlap <randy.dunlap@oracle•com>
>
> Add header file to fix build error:
>
> drivers/pci/hotplug/ibmphp_hpc.c:135: error: implicit declaration of
> function 'init_MUTEX' drivers/pci/hotplug/ibmphp_hpc.c:136: error:
> implicit declaration of function 'init_MUTEX_LOCKED'
> drivers/pci/hotplug/ibmphp_hpc.c:797: error: implicit declaration of
> function 'down' drivers/pci/hotplug/ibmphp_hpc.c:807: error: implicit
> declaration of function 'up'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle•com>
> ---
> drivers/pci/hotplug/ibmphp_hpc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --- linux-next-20100204.orig/drivers/pci/hotplug/ibmphp_hpc.c
> +++ linux-next-20100204/drivers/pci/hotplug/ibmphp_hpc.c
> @@ -35,6 +35,7 @@
> #include <linux/init.h>
> #include <linux/mutex.h>
> #include <linux/sched.h>
> +#include <linux/semaphore.h>
> #include <linux/kthread.h>
> #include "ibmphp.h"
>
>
Applied to linux-next, thanks.
--
Jesse Barnes, Intel Open Source Technology Center
prev parent reply other threads:[~2010-02-08 18:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-04 7:57 linux-next: Tree for February 4 Stephen Rothwell
2010-02-04 20:11 ` [PATCH -next] i2c: fix xiic build error Randy Dunlap
2010-02-16 16:07 ` Randy Dunlap
2010-02-16 16:33 ` Jean Delvare
2010-02-16 16:36 ` Randy Dunlap
2010-02-22 16:36 ` Randy Dunlap
2010-02-22 19:03 ` Geert Uytterhoeven
2010-03-02 20:36 ` Geert Uytterhoeven
2010-02-04 20:12 ` [PATCH -next] pci hotplug: fix ibmphp " Randy Dunlap
2010-02-08 18:50 ` Jesse Barnes [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=20100208105012.17053238@jbarnes-piketon \
--to=jbarnes@virtuousgeek$(echo .)org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=linux-pci@vger$(echo .)kernel.org \
--cc=randy.dunlap@oracle$(echo .)com \
--cc=sfr@canb$(echo .)auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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