UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
[linux-block.git] / arch / sh / include / asm / tlb.h
index ec88bfcdf7ce57202e1402a03e491c01ef97af28..e61d43d9f689c0ef61bc0e1e5e43b3826b66a760 100644 (file)
@@ -2,7 +2,7 @@
 #define __ASM_SH_TLB_H
 
 #ifdef CONFIG_SUPERH64
-# include "tlb_64.h"
+# include <asm/tlb_64.h>
 #endif
 
 #ifndef __ASSEMBLY__