UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
[cascardo/linux.git] / arch / x86 / include / asm / cmpxchg.h
index 99480e5..8d871ea 100644 (file)
@@ -138,9 +138,9 @@ extern void __add_wrong_size(void)
        __raw_cmpxchg((ptr), (old), (new), (size), "")
 
 #ifdef CONFIG_X86_32
-# include "cmpxchg_32.h"
+# include <asm/cmpxchg_32.h>
 #else
-# include "cmpxchg_64.h"
+# include <asm/cmpxchg_64.h>
 #endif
 
 #ifdef __HAVE_ARCH_CMPXCHG