From 3a4669e2725419a0dd4a3eb1d6c7035f286a96be Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Tue, 25 Oct 2011 01:59:01 +1100 Subject: [PATCH] lib-crc-add-slice-by-8-algorithm-to-crc32c-fix don't include asm/msr.h Cc: Bob Pearson Cc: Eric Dumazet Cc: Roland Dreier Cc: frank zago Signed-off-by: Andrew Morton --- lib/crc32.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/crc32.c b/lib/crc32.c index 2a4076ed5f9a..07005ba65c4b 100644 --- a/lib/crc32.c +++ b/lib/crc32.c @@ -32,8 +32,6 @@ #include #include "crc32defs.h" -#include - #if CRC_LE_BITS > 8 # define tole(x) (__force u32) __constant_cpu_to_le32(x) #else -- 2.39.5