]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/atomic64_test.c
Merge remote-tracking branch 'regmap/for-next'
[karo-tx-linux.git] / lib / atomic64_test.c
index d62de8bf022d2534182fa2bcbdf31b4eb142a8a3..1234818143204a754ec6df5ae8073107c5171dc5 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)                               \