Re: [PATCH] smc911x: fix netpoll compilation faliure

2006-12-15 Thread Andrew Morton
On Fri, 15 Dec 2006 16:13:28 +0300 Vitaly Wool <[EMAIL PROTECTED]> wrote: > Hello folks, > > the trivial patch below fixes the compilation failure for smc911x.c when > NET_POLL_CONTROLLER is set. > > drivers/net/smc911x.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Signed-o

[PATCH] smc911x: fix netpoll compilation faliure

2006-12-15 Thread Vitaly Wool
Hello folks, the trivial patch below fixes the compilation failure for smc911x.c when NET_POLL_CONTROLLER is set. drivers/net/smc911x.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Signed-off-by: Vitaly Wool <[EMAIL PROTECTED]> diff --git a/drivers/net/smc911x.c b/drivers/net/smc9