can: ti_hecc: remove priv->can.do_get_state() callback
authorMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 4 Oct 2013 11:18:01 +0000 (13:18 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 31 Oct 2013 19:55:16 +0000 (20:55 +0100)
This patch removes the priv->can.do_get_state() callback, as it just returns
priv->can.state. The callback's only user can_fill_info() has direct access to
priv->can.state.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

No differences found