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)
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>

No differences found