|
@@ -12,7 +12,6 @@
|
|
|
#include <linux/kernel.h>
|
|
|
#include <linux/initrd.h>
|
|
|
#include <linux/memblock.h>
|
|
|
-#include <linux/module.h>
|
|
|
#include <linux/of.h>
|
|
|
#include <linux/of_fdt.h>
|
|
|
#include <linux/of_reserved_mem.h>
|
|
@@ -22,10 +21,6 @@
|
|
|
#include <linux/slab.h>
|
|
|
|
|
|
#include <asm/setup.h> /* for COMMAND_LINE_SIZE */
|
|
|
-#ifdef CONFIG_PPC
|
|
|
-#include <asm/machdep.h>
|
|
|
-#endif /* CONFIG_PPC */
|
|
|
-
|
|
|
#include <asm/page.h>
|
|
|
|
|
|
char *of_fdt_get_string(struct boot_param_header *blob, u32 offset)
|