net: axienet: remove unnecessary ether_setup after alloc_etherdev
authorSubbaraya Sundeep Bhatta <subbaraya.sundeep.bhatta@xilinx.com>
Thu, 11 Sep 2014 09:23:33 +0000 (14:53 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2014 22:15:40 +0000 (18:15 -0400)
calling ether_setup is redundant since alloc_etherdev calls
it.

Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found