From: David S. Miller Date: Mon, 12 Feb 2007 23:10:56 +0000 (-0800) Subject: [SPARC]: Re-export saved_command_line to modules. X-Git-Tag: v2.6.21-rc1~274^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34cc560e6a72ff414ff7d107426a411b0a093ad3;p=pandora-kernel.git [SPARC]: Re-export saved_command_line to modules. This reverts some bogosity from the dynamic command-line changes made on sparc32 and sparc64. Drivers such as drivers/sbus/char/openprom.c reference saved_command_line, and can be modular. The boot_command_line is __initdata, yet the dynamic command-line changes add modular exports of that symbol, obviously wrong. Signed-off-by: David S. Miller --- Reading git-diff-tree failed