From: Timur Tabi Date: Fri, 23 Sep 2011 01:33:13 +0000 (-0500) Subject: drivers/tty: don't use the byte channel handle as a parameter in ehv_bytechan.c X-Git-Tag: v3.2-rc1~170^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd01a7a1bf6722e32efa679f15507148784af1f7;p=pandora-kernel.git drivers/tty: don't use the byte channel handle as a parameter in ehv_bytechan.c The ePAPR hypervisor byte channel console driver only supports one byte channel as a console, and the byte channel handle is stored in a global variable. It doesn't make any sense to pass that handle as a parameter to the console functions, since these functions already have access to the global variable. Signed-off-by: Timur Tabi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed