commit | fd01a7a1bf6722e32efa679f15507148784af1f7 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Thu Sep 22 20:33:13 2011 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Sep 26 16:38:43 2011 -0700 |
tree | 728c61021accadca1d3fe42c8bb49131839abeae | |
parent | 9cfb5c05fee914cc65d4706801f6bc424082b5f5 [diff] |
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 <timur@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>