From: Milton Miller Date: Fri, 8 Jul 2005 00:56:25 +0000 (-0700) Subject: [PATCH] hvc_console: Register ops when setting up hvc_console X-Git-Tag: v2.6.13-rc3~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=030ffad23fb28fc29608a3bc21f0c3b88bf28592;p=pandora-kernel.git [PATCH] hvc_console: Register ops when setting up hvc_console When registering the hvc console port, register a list of ops (read and write) to go with it, instead of calling fixed function names. This allows different ports to encode the data differently. Signed-off-by: Milton Miller Signed-off-by: Anton Blanchard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed