projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
578f1ef
)
Partially revert a1ce39288e6fbef (UAPI: (Scripted) Convert #include "..." to #include...
author
David Daney
<
[email protected]
>
Fri, 5 Oct 2012 17:45:30 +0000
(10:45 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 5 Oct 2012 17:48:09 +0000
(
02:48
+0900)
Syntax errors were introduced into include/linux/libfdt.h by the
offending commit, revert the changes made to this file. The kernel
again compiles, thus restoring harmony and balance to the universe.
Signed-off-by: David Daney <
[email protected]
>
Cc: David Howells <
[email protected]
>
Cc: Arnd Bergmann <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Cc: Paul E. McKenney <
[email protected]
>
Cc: Dave Jones <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/libfdt.h
patch
|
blob
|
history
diff --git
a/include/linux/libfdt.h
b/include/linux/libfdt.h
index a0c3bf6c9edb5af29b4823b3903c458cb4d19702..4c0306c69b4e0efce9c8b10d84dafc08c9c1f836 100644
(file)
--- a/
include/linux/libfdt.h
+++ b/
include/linux/libfdt.h
@@
-2,7
+2,7
@@
#define _INCLUDE_LIBFDT_H_
#include <linux/libfdt_env.h>
-#include
<>
-#include
<>
+#include
"../../scripts/dtc/libfdt/fdt.h"
+#include
"../../scripts/dtc/libfdt/libfdt.h"
#endif /* _INCLUDE_LIBFDT_H_ */