UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
[deliverable/linux.git] / arch / arm / include / asm / page.h
index ecf901902e448719120c921413ada640baa5794e..812a4944e78343469a2216327a746f37ce01b98c 100644 (file)
@@ -19,7 +19,7 @@
 
 #ifndef CONFIG_MMU
 
-#include "page-nommu.h"
+#include <asm/page-nommu.h>
 
 #else
 
This page took 0.02924 seconds and 5 git commands to generate.