From: Anton Vorontsov Date: Mon, 12 Oct 2009 06:00:34 +0000 (+0000) Subject: gianfar: Split allocation and initialization steps out of startup_gfar() X-Git-Tag: v2.6.33-rc1~388^2~836 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=826aa4a05669a46e435f65db901186e42bb43d8d;p=pandora-kernel.git gianfar: Split allocation and initialization steps out of startup_gfar() Two new functions implemented: gfar_alloc_skb_resources() and gfar_init_mac(). We'll use gfar_init_mac() for restoring after hibernation. The patch just moves the code around, there should be no functional changes. Signed-off-by: Anton Vorontsov Signed-off-by: David S. Miller --- Reading git-diff-tree failed