[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20120412.154624.736628097737735623.davem@davemloft.net>
Date: Thu, 12 Apr 2012 15:46:24 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: geert@...ux-m68k.org
Cc: msink@...monline.ru, paul.gortmaker@...driver.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] wiznet: Add missing #include <linux/irq.h>
From: Geert Uytterhoeven <geert@...ux-m68k.org>
Date: Thu, 12 Apr 2012 21:19:23 +0200
> m68k/allmodconfig:
>
> drivers/net/ethernet/wiznet/w5100.c: In function ‘w5100_hw_probe’:
> drivers/net/ethernet/wiznet/w5100.c:680: error: ‘IRQ_TYPE_LEVEL_LOW’ undeclared (first use in this function)
> drivers/net/ethernet/wiznet/w5300.c: In function ‘w5300_hw_probe’:
> drivers/net/ethernet/wiznet/w5300.c:594: error: ‘IRQ_TYPE_LEVEL_LOW’ undeclared (first use in this function)
>
> Include <linux/irq.h>, which provides the declaration for IRQ_TYPE_LEVEL_LOW.
>
> Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
Applied.
Powered by blists - more mailing lists