]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
don't include asm/msr.h
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 24 Aug 2011 23:47:37 +0000 (09:47 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 5 Sep 2011 07:02:30 +0000 (17:02 +1000)
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