commit | 906a7985f72ee2f28433e2dd847a013da0e4cdea | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Tue Mar 31 16:05:23 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 01 12:43:09 2015 -0400 |
tree | baec834a715ba34e9e2facff8f06bc519ab49929 | |
parent | 9911674fcf1f239ff3c87e56177c4826e33dfd95 [diff] |
caif: remove unused struct member The tty_name member of struct ser_device is never set or used, so it can be removed. (The definition of struct ser_device is private to this .c file, and the identifier tty_name only occurs in this one place.) Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: David S. Miller <davem@davemloft.net>