staging: dgrp: remove use of real_raw and read_cnt in dgrp_input
authorBill Pemberton <wfp5p@virginia.edu>
Thu, 25 Oct 2012 16:46:21 +0000 (12:46 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Oct 2012 18:22:42 +0000 (11:22 -0700)
commite3224111b3a527eb8f9b9b6deed83b727522941e
tree4099f23082f3a81e92e5f9b8885f31fb33eb5fbf
parenta1c25f2b98e10038f7d198704d033eb73bad0677
staging: dgrp: remove use of real_raw and read_cnt in dgrp_input

dgrp_input used real_raw and read_cnt from struct tty_struct.  Those
members have gone away.  Rework the code to not use them.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgrp/dgrp_net_ops.c