From: Andrew Victor Date: Tue, 5 Dec 2006 13:09:16 +0000 (+0200) Subject: [PATCH] AT91RM9200 Ethernet: Remove 'at91_dev' and use netdev_priv() X-Git-Tag: v2.6.20-rc1~145^2^2~6^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c57ee096b6caf8f7e17abe46185d24f2b649b9f9;p=pandora-kernel.git [PATCH] AT91RM9200 Ethernet: Remove 'at91_dev' and use netdev_priv() Remove the global 'at91_dev' variable. Use netdev_priv() instead of casting dev->priv directly. Signed-off-by: Andrew Victor Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed