summaryrefslogtreecommitdiffstats
path: root/patches/barebox-2012.12.0/0004-ARM-omap4-Add-missing-double-include-protection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/barebox-2012.12.0/0004-ARM-omap4-Add-missing-double-include-protection.patch')
-rw-r--r--patches/barebox-2012.12.0/0004-ARM-omap4-Add-missing-double-include-protection.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/patches/barebox-2012.12.0/0004-ARM-omap4-Add-missing-double-include-protection.patch b/patches/barebox-2012.12.0/0004-ARM-omap4-Add-missing-double-include-protection.patch
deleted file mode 100644
index e751703..0000000
--- a/patches/barebox-2012.12.0/0004-ARM-omap4-Add-missing-double-include-protection.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 248b69d3f3efbd02afa1a8c7343a94d4a59da2b6 Mon Sep 17 00:00:00 2001
-From: Sascha Hauer <s.hauer@pengutronix.de>
-Date: Thu, 13 Dec 2012 17:30:39 +0100
-Subject: [PATCH] ARM omap4: Add missing double include protection
-
-missing in omap4-clock.h
-
-Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
----
- arch/arm/mach-omap/include/mach/omap4-clock.h | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/arch/arm/mach-omap/include/mach/omap4-clock.h b/arch/arm/mach-omap/include/mach/omap4-clock.h
-index e5302d6..469c716 100644
---- a/arch/arm/mach-omap/include/mach/omap4-clock.h
-+++ b/arch/arm/mach-omap/include/mach/omap4-clock.h
-@@ -1,4 +1,7 @@
-- /* PRCM */
-+#ifndef __MACH_OMAP4_CLOCK_H
-+#define __MACH_OMAP4_CLOCK_H
-+
-+/* PRCM */
- #define CM_SYS_CLKSEL 0x4a306110
-
- #define CM_SYS_CLKSEL_19M2 0x4
-@@ -337,3 +340,4 @@ void omap4_enable_gpio_clocks(void);
- void omap4_enable_all_clocks(void);
- void omap4_do_scale_tps62361(u32 reg, u32 volt_mv);
-
-+#endif /* __MACH_OMAP4_CLOCK_H */