Browse Source

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>
Danny Kukawka 13 years ago
parent
commit
d022bbc712
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/of/fdt.c

+ 0 - 1
drivers/of/fdt.c

@@ -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)