| To: | Linus Torvalds <torvalds@linux-foundation.org> |
|---|---|
| Subject: | [PATCH] Partially revert a1ce39288e6fbef (UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers) |
| From: | David Daney <ddaney.cavm@gmail.com> |
| Date: | Fri, 5 Oct 2012 10:45:30 -0700 |
| Cc: | linux-mips@linux-mips.org, ralf@linux-mips.org, linux-kernel@vger.kernel.org, David Daney <david.daney@cavium.com>, David Howells <dhowells@redhat.com>, Arnd Bergmann <arnd@arndb.de>, Thomas Gleixner <tglx@linutronix.de>, "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>, Dave Jones <davej@redhat.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=FUnrQZigyPqaFj9J0NpgI7l7vxzlAvDybR/nvqyb1AU=; b=uCvNIhoblS8SWhbFzZRMC6fr1PnYgid0lq+At35yl1QQmus73jMLQ7o3+WC6xEcjnS 7rywyuwqfq0hHWuFFIW36BZGNsjo5x8/DxqLL5oyn+orZ/pk1nfP6EfuJr/L9hnCwf/A M9IbG+uSGpQAOljhH7mE5fyfElPudhbRFymXTGxm1MUNM03YcJUs8aCMSSfakh/Qp7lN 43YMG0iPnDVXrWfPr9BoPAjC+b8uJvPj6zjttrnYv2032X16CqLozyRE5yTBN9JaZhb6 3O/2dM0MJ+qOzi2/bve+54z9UOXUjSHpYI1bTEzGPWdr+UmsLLE+Wc8ut3/N2WmJDFhV hHLA== |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: David Daney <david.daney@cavium.com> 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> --- include/linux/libfdt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/libfdt.h b/include/linux/libfdt.h index a0c3bf6..4c0306c 100644 --- 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_ */ -- 1.7.11.4 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 26/32] USB: move common alchemy USB routines to arch/mips/alchemy/common.c, Florian Fainelli |
|---|---|
| Next by Date: | Re: [PATCH] pwm: Get rid of HAVE_PWM, Shawn Guo |
| Previous by Thread: | [PATCH 26/32] USB: move common alchemy USB routines to arch/mips/alchemy/common.c, Florian Fainelli |
| Next by Thread: | [PATCH 03/32 v4] MIPS: Loongson 1B: use ehci-platform instead of ehci-ls1x., Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |