mac80211: fix RX u64 stats consistency on 32-bit platforms
[cascardo/linux.git] / lib / atomic64_test.c
index d62de8b..1234818 100644 (file)
@@ -17,7 +17,7 @@
 #include <linux/atomic.h>
 
 #ifdef CONFIG_X86
-#include <asm/processor.h>     /* for boot_cpu_has below */
+#include <asm/cpufeature.h>    /* for boot_cpu_has below */
 #endif
 
 #define TEST(bit, op, c_op, val)                               \