]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
of/fdt.c: asm/setup.h included twice
authorDanny Kukawka <danny.kukawka@bisect.de>
Wed, 15 Feb 2012 17:55:28 +0000 (18:55 +0100)
committerRob Herring <rob.herring@calxeda.com>
Mon, 27 Feb 2012 16:09:25 +0000 (10:09 -0600)
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>
drivers/of/fdt.c

index ea2bd1be26404092585dcb4d20b0ab113a808ab7..91a375fb6ae622181231fce19b1a5907e94c9f40 100644 (file)
@@ -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)