From: David S. Miller Date: Sun, 6 Sep 2009 08:41:02 +0000 (-0700) Subject: gianfar: Fix build. X-Git-Tag: v2.6.31~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9d8e0418ffd3d189345c435861e254c17ae06e5;p=pandora-kernel.git gianfar: Fix build. Reported by Michael Guntsche -------------------- Commit 38bddf04bcfe661fbdab94888c3b72c32f6873b3 gianfar: gfar_remove needs to call unregister_netdev() breaks the build of the gianfar driver because "dev" is undefined in this function. To quickly test rc9 I changed this to priv->ndev but I do not know if this is the correct one. -------------------- Signed-off-by: David S. Miller --- Reading git-diff-tree failed