diff options
Diffstat (limited to 'drivers/net/ethernet/tile/tilepro.c')
| -rw-r--r-- | drivers/net/ethernet/tile/tilepro.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ethernet/tile/tilepro.c b/drivers/net/ethernet/tile/tilepro.c index 3d8f60d9643e..6f0a4495c7f3 100644 --- a/drivers/net/ethernet/tile/tilepro.c +++ b/drivers/net/ethernet/tile/tilepro.c | |||
| @@ -721,9 +721,6 @@ static bool tile_net_poll_aux(struct tile_net_cpu *info, int index) | |||
| 721 | if (!hash_default) | 721 | if (!hash_default) |
| 722 | __inv_buffer(buf, len); | 722 | __inv_buffer(buf, len); |
| 723 | 723 | ||
| 724 | /* ISSUE: Is this needed? */ | ||
| 725 | dev->last_rx = jiffies; | ||
| 726 | |||
| 727 | #ifdef TILE_NET_DUMP_PACKETS | 724 | #ifdef TILE_NET_DUMP_PACKETS |
| 728 | dump_packet(buf, len, "rx"); | 725 | dump_packet(buf, len, "rx"); |
| 729 | #endif /* TILE_NET_DUMP_PACKETS */ | 726 | #endif /* TILE_NET_DUMP_PACKETS */ |
