drivers/tty: don't use the byte channel handle as a parameter in ehv_bytechan.c
authorTimur Tabi <timur@freescale.com>
Fri, 23 Sep 2011 01:33:13 +0000 (20:33 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Sep 2011 23:38:43 +0000 (16:38 -0700)
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 <timur@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found