diff options
author | s.hauer@pengutronix.de <s.hauer@pengutronix.de> | 2006-11-02 07:56:10 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-11-12 22:44:59 -0500 |
commit | fd6e7d2d6a0231ebfa08e1f9a323497ea548da7d (patch) | |
tree | 789866164c4d6e1eec6039f75155bd7f1c97b67e /arch/powerpc/kernel/setup_64.c | |
parent | 99a565bab1a41819b9f85c8c069a2f3fc6e27d55 (diff) |
[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 <s.hauer@pengutronix.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/setup_64.c')
-rw-r--r-- | arch/powerpc/kernel/setup_64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c index b1b0cda3f748..ae6b67ce54e7 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c | |||
@@ -71,7 +71,6 @@ | |||
71 | 71 | ||
72 | int have_of = 1; | 72 | int have_of = 1; |
73 | int boot_cpuid = 0; | 73 | int boot_cpuid = 0; |
74 | dev_t boot_dev; | ||
75 | u64 ppc64_pft_size; | 74 | u64 ppc64_pft_size; |
76 | 75 | ||
77 | /* Pick defaults since we might want to patch instructions | 76 | /* Pick defaults since we might want to patch instructions |