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] [day] [month] [year] [list]
Date:	Sat, 13 Aug 2011 18:02:29 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	nobuhiro.iwamatsu.yj@...esas.com
Cc:	netdev@...r.kernel.org, adobriyan@...il.com
Subject: Re: [PATCH] net: sh_eth: Fix build by forgot including
 linux/interrupt.h

From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@...esas.com>
Date: Wed, 10 Aug 2011 15:15:50 +0900

> By a6b7a407865aab9f849dd99a71072b7cd1175116, remove interrupt.h
> from netdevice.h. But this forget to revise sh_eth.
> 
> This fix the build failure.
> 
> error: expected '=', ',', ';', 'asm' or '__attribute__' before 'sh_eth_interrupt'
> error: implicit declaration of function 'request_irq'
> error: 'sh_eth_interrupt' undeclared (first use in this function)
> error: (Each undeclared identifier is reported only once
> 	drivers/net/sh_eth.c:1386: error: for each function it appears in.)
> error: 'IRQF_SHARED' undeclared (first use in this function)
> error: implicit declaration of function 'free_irq'
> 
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@...esas.com>
> CC: Alexey Dobriyan <adobriyan@...il.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ