net: mvneta: Remove unneeded 'weigth' field
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Thu, 22 May 2014 23:07:03 +0000 (20:07 -0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 May 2014 19:31:49 +0000 (15:31 -0400)
commitdc03e21a54d9aa77751dd545a8d3aefa80d43833
tree0421ee0814f5db0888d761b7398356447c9c2779
parent56ecd2cc3810b76fc88d39369d23791fbd9adf81
net: mvneta: Remove unneeded 'weigth' field

The 'weight' field is only used to pass the weigth to napi initialization
function. This commit removes the field, and instead uses a fixed value to
initialize the napi context.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvneta.c