Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67966e08 authored by David Daney's avatar David Daney Committed by Linus Torvalds
Browse files

Partially revert a1ce3928 (UAPI: (Scripted) Convert #include "..." to...


Partially revert a1ce3928 (UAPI: (Scripted) Convert #include "..." to #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: default avatarDavid 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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 578f1ef9
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
#define _INCLUDE_LIBFDT_H_
#define _INCLUDE_LIBFDT_H_


#include <linux/libfdt_env.h>
#include <linux/libfdt_env.h>
#include <>
#include "../../scripts/dtc/libfdt/fdt.h"
#include <>
#include "../../scripts/dtc/libfdt/libfdt.h"


#endif /* _INCLUDE_LIBFDT_H_ */
#endif /* _INCLUDE_LIBFDT_H_ */