diff options
Diffstat (limited to 'lib/crc32.c')
| -rw-r--r-- | lib/crc32.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crc32.c b/lib/crc32.c index 4855995fcde..a6e633a48ce 100644 --- a/lib/crc32.c +++ b/lib/crc32.c @@ -26,7 +26,7 @@  #include <linux/compiler.h>  #include <linux/types.h>  #include <linux/init.h> -#include <asm/atomic.h> +#include <linux/atomic.h>  #include "crc32defs.h"  #if CRC_LE_BITS == 8  # define tole(x) __constant_cpu_to_le32(x)  |