Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d022bbc7 authored by Danny Kukawka's avatar Danny Kukawka Committed by Rob Herring
Browse files

of/fdt.c: asm/setup.h included twice



drivers/of/fdt.c included 'asm/setup.h' twice, remove the duplicate.

Signed-off-by: default avatarDanny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
parent 8ebf0232
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
#include <asm/machdep.h>
#endif /* CONFIG_PPC */

#include <asm/setup.h>
#include <asm/page.h>

char *of_fdt_get_string(struct boot_param_header *blob, u32 offset)