From: Paolo 'Blaisorblade' Giarrusso Date: Mon, 14 Nov 2005 00:07:10 +0000 (-0800) Subject: [PATCH] uml console channels: remove console_write wrappers X-Git-Tag: v2.6.15-rc2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd9bc53b99a77aefe89d810d889aa6385565959b;p=pandora-kernel.git [PATCH] uml console channels: remove console_write wrappers We were using a long series of (stupid) wrappers which all call generic_console_write(). Since the wrappers only change the 4th param, which is unused by the called proc, remove them and call generic_console_write() directly. If needed at any time in the future to reintroduce this stuff, the member could be moved to a generic struct, to avoid this duplicated handling. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Acked-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed