From: Arnd Bergmann Date: Mon, 3 Jun 2013 11:36:50 +0000 (+0000) Subject: net: sun4i-emac: remove erroneous assignment X-Git-Tag: v3.11-rc1~16^2~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10e179e364beafc23d837e81cf98d99720f42551;p=pandora-kernel.git net: sun4i-emac: remove erroneous assignment The newly added sun4i-emac driver causes a build error when CONFIG_NET_POLL_CONTROLLER is set, because it attempts to assign a pointer to netdev->poll_controller, which has been replaced with ops->ndo_poll_controller in 2.6.31! The correct assignment is present as well, so we just need to remove the wrong one. Signed-off-by: Arnd Bergmann Cc: Stefan Roese Cc: Maxime Ripard Cc: Richard Genoud Acked-by: Stefan Roese Acked-by: Maxime Ripard Signed-off-by: David S. Miller --- Reading git-diff-tree failed