au1000_eth.c: use ether_crc() from <linux/crc32.h>
authorHerbert Valerio Riedel <hvr@gnu.org>
Mon, 1 May 2006 13:37:09 +0000 (15:37 +0200)
committerStephen Hemminger <shemminger@osdl.org>
Mon, 8 May 2006 23:00:47 +0000 (16:00 -0700)
commit8cd35da094bed8a41eb722c1d03eab24d57bf706
tree1cff48eb5261048d9f6f5bf90c5f34b4fbbfd0cb
parent6d4b0f617d577975108ccc7e3b0c7dbe50144df6
au1000_eth.c: use ether_crc() from <linux/crc32.h>

since the au1000 driver already selects the CRC32 routines, simply replace
the internal ether_crc() implementation with the semantically equivalent
one from <linux/crc32.h>

Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
drivers/net/au1000_eth.c