diff options
Diffstat (limited to 'drivers/net/can/ti_hecc.c')
-rw-r--r-- | drivers/net/can/ti_hecc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/can/ti_hecc.c b/drivers/net/can/ti_hecc.c index 2c62fe6c8fa9..258b9c4856ec 100644 --- a/drivers/net/can/ti_hecc.c +++ b/drivers/net/can/ti_hecc.c | |||
@@ -871,6 +871,7 @@ static const struct net_device_ops ti_hecc_netdev_ops = { | |||
871 | .ndo_open = ti_hecc_open, | 871 | .ndo_open = ti_hecc_open, |
872 | .ndo_stop = ti_hecc_close, | 872 | .ndo_stop = ti_hecc_close, |
873 | .ndo_start_xmit = ti_hecc_xmit, | 873 | .ndo_start_xmit = ti_hecc_xmit, |
874 | .ndo_change_mtu = can_change_mtu, | ||
874 | }; | 875 | }; |
875 | 876 | ||
876 | static int ti_hecc_probe(struct platform_device *pdev) | 877 | static int ti_hecc_probe(struct platform_device *pdev) |