diff options
author | Anton Blanchard <anton@samba.org> | 2014-09-17 00:39:36 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-10-02 03:33:55 -0400 |
commit | 3e47d1474c2b4099f0fadd12a6553fdb2e8feaae (patch) | |
tree | 8d7dee7104d3198cc7ca3d2789a0e0b8846f83ca /arch/powerpc/include/asm/machdep.h | |
parent | c7d1f6afe062d2dc4bb8109856519570f2fe3c13 (diff) |
powerpc: Remove powerpc specific cmd_line
There is no need for yet another copy of the command line, just
use boot_command_line like everyone else.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/machdep.h')
-rw-r--r-- | arch/powerpc/include/asm/machdep.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h index b125ceab149c..902ab203aeb2 100644 --- a/arch/powerpc/include/asm/machdep.h +++ b/arch/powerpc/include/asm/machdep.h | |||
@@ -330,8 +330,6 @@ extern struct machdep_calls *machine_id; | |||
330 | 330 | ||
331 | extern void probe_machine(void); | 331 | extern void probe_machine(void); |
332 | 332 | ||
333 | extern char cmd_line[COMMAND_LINE_SIZE]; | ||
334 | |||
335 | #ifdef CONFIG_PPC_PMAC | 333 | #ifdef CONFIG_PPC_PMAC |
336 | /* | 334 | /* |
337 | * Power macintoshes have either a CUDA, PMU or SMU controlling | 335 | * Power macintoshes have either a CUDA, PMU or SMU controlling |