tty: Update hypervisor tty drivers to use core stdout parsing code.
authorGrant Likely <grant.likely@linaro.org>
Fri, 28 Mar 2014 15:12:18 +0000 (08:12 -0700)
committerGrant Likely <grant.likely@linaro.org>
Thu, 26 Jun 2014 16:12:23 +0000 (17:12 +0100)
The evh_bytechan, hvc_opal and hvc_vio drivers all open code the parsing
of the stdout node in the device tree. This patch simplifies the driver
by removing the duplicated functionality.

Signed-off-by: Grant Likely <grant.likely@linaro.org>

No differences found