RE: [PATCH] gianfar: Fix build with CONFIG_NET_POLL_CONTROLLER=y

2009-12-09 Thread Kumar Gopalpet-B05799
>From: Anton Vorontsov >Date: Wed, 9 Dec 2009 13:44:27 +0300 > >> commit 46ceb60ca80fa07703bc6eb8f4651f900dff5a82 ("gianfar: Add >> Multiple group Support") introduced the following build error with >> CONFIG_NET_POLL_CONTROLLER=y: > ... >> This patch fixes the issue. >> >> Reported-by: Benja

Re: [PATCH] gianfar: Fix build with CONFIG_NET_POLL_CONTROLLER=y

2009-12-09 Thread David Miller
From: Anton Vorontsov Date: Wed, 9 Dec 2009 13:44:27 +0300 > commit 46ceb60ca80fa07703bc6eb8f4651f900dff5a82 ("gianfar: Add > Multiple group Support") introduced the following build error > with CONFIG_NET_POLL_CONTROLLER=y: ... > This patch fixes the issue. > > Reported-by: Benjamin Herrenschm

[PATCH] gianfar: Fix build with CONFIG_NET_POLL_CONTROLLER=y

2009-12-09 Thread Anton Vorontsov
commit 46ceb60ca80fa07703bc6eb8f4651f900dff5a82 ("gianfar: Add Multiple group Support") introduced the following build error with CONFIG_NET_POLL_CONTROLLER=y: CC ggianfar.o ggianfar.c: In function 'gfar_netpoll': ggianfar.c:2653: error: invalid storage class for function 'gfar_interrupt' g