RE: [PATCH 3/6] gianfar: Fix build with CONFIG_PM=y

2009-11-10 Thread Kumar Gopalpet-B05799
.kernel.org; linuxppc-...@ozlabs.org >Subject: [PATCH 3/6] gianfar: Fix build with CONFIG_PM=y > >commit fba4ed030cfae7efdb6b79a57b0c5a9d72c9 ("gianfar: Add >Multiple Queue Support") introduced the following build failure: > > CC gianfar.o >gianfar.c: In function '

[PATCH 3/6] gianfar: Fix build with CONFIG_PM=y

2009-11-10 Thread Anton Vorontsov
commit fba4ed030cfae7efdb6b79a57b0c5a9d72c9 ("gianfar: Add Multiple Queue Support") introduced the following build failure: CC gianfar.o gianfar.c: In function 'gfar_restore': gianfar.c:1249: error: request for member 'napi' in something not a structure or union This patch fixes the issue