|
@@ -8,6 +8,10 @@
|
|
|
* as published by the Free Software Foundation; either version
|
|
|
* 2 of the License, or (at your option) any later version.
|
|
|
*/
|
|
|
+
|
|
|
+#define pr_fmt(fmt) "radix-mmu: " fmt
|
|
|
+
|
|
|
+#include <linux/kernel.h>
|
|
|
#include <linux/sched/mm.h>
|
|
|
#include <linux/memblock.h>
|
|
|
#include <linux/of_fdt.h>
|