Btrfs: remove crc32c.h and use libcrc32c directly.
authorDavid Woodhouse <dwmw2@infradead.org>
Sun, 19 Apr 2009 12:02:41 +0000 (13:02 +0100)
committerChris Mason <chris.mason@oracle.com>
Wed, 10 Jun 2009 15:29:53 +0000 (11:29 -0400)
There's no need to preserve this abstraction; it used to let us use
hardware crc32c support directly, but libcrc32c is already doing that for us
through the crypto API -- so we're already using the Intel crc32c
acceleration where appropriate.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found