]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
lib-crc-add-slice-by-8-algorithm-to-crc32c-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 5 Oct 2011 00:43:40 +0000 (11:43 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Oct 2011 06:49:50 +0000 (17:49 +1100)
don't include asm/msr.h

Cc: Bob Pearson <rpearson@systemfabricworks.com>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Roland Dreier <roland@kernel.org>
Cc: frank zago <fzago@systemfabricworks.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/crc32.c

index 2a4076ed5f9ab2d7b8140b2465d09752f8b62998..07005ba65c4bd30ef7c3d07fe41147d1cd928ddf 100644 (file)
@@ -32,8 +32,6 @@
 #include <linux/atomic.h>
 #include "crc32defs.h"
 
-#include <asm/msr.h>
-
 #if CRC_LE_BITS > 8
 # define tole(x) (__force u32) __constant_cpu_to_le32(x)
 #else