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

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>
This commit is contained in:
Danny Kukawka 2012-02-15 18:55:28 +01:00 коммит произвёл Rob Herring
Родитель 8ebf0232f8
Коммит d022bbc712
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,6 @@
#include <asm/machdep.h> #include <asm/machdep.h>
#endif /* CONFIG_PPC */ #endif /* CONFIG_PPC */
#include <asm/setup.h>
#include <asm/page.h> #include <asm/page.h>
char *of_fdt_get_string(struct boot_param_header *blob, u32 offset) char *of_fdt_get_string(struct boot_param_header *blob, u32 offset)