From: s.hauer@pengutronix.de Date: Thu, 2 Nov 2006 12:56:10 +0000 (+0100) Subject: [PATCH] Clean up usage of boot_dev X-Git-Tag: v2.6.20-rc1~34^2~40^2~8^2~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd6e7d2d6a0231ebfa08e1f9a323497ea548da7d;p=pandora-kernel.git [PATCH] Clean up usage of boot_dev dev_t boot_dev is declared in arch/powerpc/kernel/setup_32.c and in arch/powerpc/kernel/setup_64.c but not used in these files. It is only used in arch/powerpc/platforms/powermac/setup.c, so make it static in this file. Signed-off-by: Sascha Hauer Acked-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed