atmel: fix netdev ops conversion
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 21 Apr 2009 09:08:51 +0000 (02:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Apr 2009 09:08:51 +0000 (02:08 -0700)
sparse says:

drivers/net/wireless/atmel.c:1501:3: warning: Initializer entry defined twice
drivers/net/wireless/atmel.c:1505:3:   also defined here

and it's correct; atmel has its own ndo_change_mtu and
shouldn't use eth_change_mtu.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found