Skip to content

Commit

Permalink
Partially revert a1ce392 (UAPI: (Scripted) Convert #include "..." to …
Browse files Browse the repository at this point in the history
…#include <path/...> in kernel system headers)

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 <david.daney@cavium.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Dave Jones <davej@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
David Daney authored and Linus Torvalds committed Oct 5, 2012
1 parent 578f1ef commit 67966e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/libfdt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit 67966e0

Please sign in to comment.