From: Anton Vorontsov Date: Tue, 10 Nov 2009 14:11:05 +0000 (+0000) Subject: gianfar: Fix build with CONFIG_PM=y X-Git-Tag: v2.6.33-rc1~388^2~411 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea681d4e6c01b191f01644024f35901721fa438;p=pandora-kernel.git 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 'gfar_restore': gianfar.c:1249: error: request for member 'napi' in something not a structure or union This patch fixes the issue. Signed-off-by: Anton Vorontsov Acked-by: Kumar Gala Signed-off-by: David S. Miller --- Reading git-diff-tree failed