From: Daniel Lezcano Date: Wed, 26 Sep 2007 02:16:28 +0000 (-0700) Subject: [NET]: Dynamically allocate the loopback device, part 1. X-Git-Tag: v2.6.24-rc1~1454^2~399 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de3cb747ffac5f2a4a6bb156e7e2fd5229e688e5;p=pandora-kernel.git [NET]: Dynamically allocate the loopback device, part 1. This patch replaces all occurences to the static variable loopback_dev to a pointer loopback_dev. That provides the mindless, trivial, uninteressting change part for the dynamic allocation for the loopback. Signed-off-by: Eric W. Biederman Signed-off-by: Daniel Lezcano Acked-By: Kirill Korotaev Acked-by: Benjamin Thery Signed-off-by: David S. Miller --- Reading git-diff-tree failed