net: mvneta: Remove unused code
authorGregory CLEMENT <[email protected]>
Thu, 4 Feb 2016 21:09:26 +0000 (22:09 +0100)
committerDavid S. Miller <[email protected]>
Sat, 13 Feb 2016 11:02:18 +0000 (06:02 -0500)
commitcde4c0fec4e223727c24c2cd7e88ece57b48b70e
treee5f2fe9eccc7df49f009ffa057a344e3dc6820f7
parent6b125d63b7f6c30d36dad3d999bbb5d44f359ebd
net: mvneta: Remove unused code

Since the commit 2dcf75e2793c ("net: mvneta: Associate RX queues with
each CPU") all the percpu irq are used and disabled at initialization, so
there is no point to disable them first.

Signed-off-by: Gregory CLEMENT <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/marvell/mvneta.c