projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ebf023
)
of/fdt.c: asm/setup.h included twice
author
Danny Kukawka
<danny.kukawka@bisect.de>
Wed, 15 Feb 2012 17:55:28 +0000
(18:55 +0100)
committer
Rob 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
patch
|
blob
|
history
diff --git
a/drivers/of/fdt.c
b/drivers/of/fdt.c
index
ea2bd1b
..
91a375f
100644
(file)
--- a/
drivers/of/fdt.c
+++ b/
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)