summaryrefslogtreecommitdiffstats
path: root/patches/barebox-2012.12.0/0003-ARM-omap4-Add-missing-assembly-protection-in-header-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/barebox-2012.12.0/0003-ARM-omap4-Add-missing-assembly-protection-in-header-.patch')
-rw-r--r--patches/barebox-2012.12.0/0003-ARM-omap4-Add-missing-assembly-protection-in-header-.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/patches/barebox-2012.12.0/0003-ARM-omap4-Add-missing-assembly-protection-in-header-.patch b/patches/barebox-2012.12.0/0003-ARM-omap4-Add-missing-assembly-protection-in-header-.patch
deleted file mode 100644
index 543eed0..0000000
--- a/patches/barebox-2012.12.0/0003-ARM-omap4-Add-missing-assembly-protection-in-header-.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From e1c2fe956dee3467f32544fa11f51c333930fb5a Mon Sep 17 00:00:00 2001
-From: Sascha Hauer <s.hauer@pengutronix.de>
-Date: Thu, 13 Dec 2012 17:30:38 +0100
-Subject: [PATCH] ARM omap4: Add missing assembly protection in header file
-
-Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
----
- arch/arm/mach-omap/include/mach/omap4-silicon.h | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/arch/arm/mach-omap/include/mach/omap4-silicon.h b/arch/arm/mach-omap/include/mach/omap4-silicon.h
-index 8ce1882..127257d 100644
---- a/arch/arm/mach-omap/include/mach/omap4-silicon.h
-+++ b/arch/arm/mach-omap/include/mach/omap4-silicon.h
-@@ -184,6 +184,8 @@
- #define OMAP4460_ES1_0 6
- #define OMAP4460_ES1_1 7
-
-+#ifndef __ASSEMBLY__
-+
- struct ddr_regs {
- u32 tim1;
- u32 tim2;
-@@ -205,3 +207,5 @@ unsigned int omap4_revision(void);
- noinline int omap4_scale_vcores(unsigned vsel0_pin);
-
- #endif
-+
-+#endif