From: Paul Mackerras Date: Thu, 4 Oct 2007 03:47:06 +0000 (+1000) Subject: [POWERPC] Remove unused old code from powermac setup code X-Git-Tag: v2.6.24-rc1~1450^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ee0d9f744d4417f20aabd9a4e40fac93f2c9d76;p=pandora-kernel.git [POWERPC] Remove unused old code from powermac setup code Since bootdevice never gets initialized, it's always NULL, and hence a whole pile of code in arch/powerpc/platforms/setup.c never gets used. (This was the code that originally was there so that the automatic root partition selection mechanism would prefer a rootish-looking partition on the device that OF loaded the kernel from over a similar partition on other devices.) This removes the unused code. Signed-off-by: Paul Mackerras Acked-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed