lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 8 Feb 2010 10:50:12 -0800
From:	Jesse Barnes <jbarnes@...tuousgeek.org>
To:	Randy Dunlap <randy.dunlap@...cle.com>
Cc:	Stephen Rothwell <sfr@...b.auug.org.au>,
	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
	"linux-pci@...r.kernel.org" <linux-pci@...r.kernel.org>
Subject: Re: [PATCH -next] pci hotplug: fix ibmphp build error

On Thu, 04 Feb 2010 12:12:23 -0800
Randy Dunlap <randy.dunlap@...cle.com> wrote:

> From: Randy Dunlap <randy.dunlap@...cle.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@...cle.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists