OSDN Git Service

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 ea2bd1b..91a375f 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)