X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fes3210.c;h=822e5bfd1a716836b2e7d125dcdf944b5a524810;hb=a3fa3aba7a0e00aa1cbb13c9e9bed162fa057973;hp=fd7b32a24ea4f33d9cf1461daff5433b2fcc5a36;hpb=9129d6ea475b7e9f216c8324ea05b7a0d8aba540;p=powerpc.git diff --git a/drivers/net/es3210.c b/drivers/net/es3210.c index fd7b32a24e..822e5bfd1a 100644 --- a/drivers/net/es3210.c +++ b/drivers/net/es3210.c @@ -375,7 +375,7 @@ static void es_block_input(struct net_device *dev, int count, struct sk_buff *sk memcpy_fromio(skb->data + semi_count, ei_status.mem, count); } else { /* Packet is in one chunk. */ - eth_io_copy_and_sum(skb, xfer_start, count, 0); + memcpy_fromio(skb->data, xfer_start, count); } } @@ -455,7 +455,7 @@ static void cleanup_card(struct net_device *dev) iounmap(ei_status.mem); } -void +void __exit cleanup_module(void) { int this_dev;