Skip to content

Commit

Permalink
of/fdt.c: asm/setup.h included twice
Browse files Browse the repository at this point in the history
drivers/of/fdt.c included 'asm/setup.h' twice, remove the duplicate.

Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
  • Loading branch information
Danny Kukawka authored and Rob Herring committed Feb 27, 2012
1 parent 8ebf023 commit d022bbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/of/fdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d022bbc

Please sign in to comment.