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)
commita752ee56ad84bf9a35b8323af1ad22b03c1df2c4
treeca01e3094f6fcd5b101dcc7edf716a25df3029d5
parent003882180340a2808151d320dedd853f4cff5e4b
tty: Update hypervisor tty drivers to use core stdout parsing code.

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>
drivers/of/base.c
drivers/tty/ehv_bytechan.c
drivers/tty/hvc/hvc_opal.c
drivers/tty/hvc/hvc_vio.c
include/linux/of.h