From 8c8027ac1a41d3bf449176c3deff80a845d20ba0 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 5 Oct 2011 11:43:40 +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