UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
[linux-block.git] / arch / x86 / include / asm / xor_32.h
index aabd5850bdb9e719f4904547a6303aa75d45b9a3..f79cb7ec0e06a4c7f36361a381c3156d45dab365 100644 (file)
@@ -822,7 +822,7 @@ static struct xor_block_template xor_block_pIII_sse = {
 };
 
 /* Also try the AVX routines */
-#include "xor_avx.h"
+#include <asm/xor_avx.h>
 
 /* Also try the generic routines.  */
 #include <asm-generic/xor.h>