Re: [PATCH -next] gianfar: Fix build with CONFIG_PM enabled

2009-03-21 Thread David Miller
From: Kumar Gala Date: Thu, 19 Mar 2009 10:16:26 -0500 > > On Mar 19, 2009, at 10:12 AM, Anton Vorontsov wrote: > > > commit 4826857f1bf07f9c0f1495e9b05d125552c88a85 ("gianfar: pass the > > proper dev to DMA ops") introduced this build breakage: ... > > Signed-off-by: Anton Vorontsov > > Acke

Re: [PATCH -next] gianfar: Fix build with CONFIG_PM enabled

2009-03-19 Thread Kumar Gala
On Mar 19, 2009, at 10:12 AM, Anton Vorontsov wrote: commit 4826857f1bf07f9c0f1495e9b05d125552c88a85 ("gianfar: pass the proper dev to DMA ops") introduced this build breakage: CC drivers/net/gianfar.o drivers/net/gianfar.c: In function 'gfar_suspend': drivers/net/gianfar.c:552: error: '

[PATCH -next] gianfar: Fix build with CONFIG_PM enabled

2009-03-19 Thread Anton Vorontsov
commit 4826857f1bf07f9c0f1495e9b05d125552c88a85 ("gianfar: pass the proper dev to DMA ops") introduced this build breakage: CC drivers/net/gianfar.o drivers/net/gianfar.c: In function 'gfar_suspend': drivers/net/gianfar.c:552: error: 'struct gfar_private' has no member named 'dev' drivers/