aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto-3.14/tosa/0005-ARM-pxa-tosa-fix-several-build-failures.patch
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2016-01-12 22:34:17 +0100
committerAndrea Adami <andrea.adami@gmail.com>2016-01-19 22:44:01 +0100
commitd9edb47c98812d9617e5132b32202f5463ec0796 (patch)
tree3bb5ca3a94d6d4fc8f10acc6465fa07b2d824c55 /recipes-kernel/linux/linux-yocto-3.14/tosa/0005-ARM-pxa-tosa-fix-several-build-failures.patch
parent1dc06f845b2ac531f64d3154ea6280f9243fc865 (diff)
downloadmeta-handheld-krogoth.tar.gz
linux-yocto_3.14: remove stale recipekrogoth
Kernel 3.14 and 3.19 have been removed from oe-core with commit 6814521d0b88ee66442158ed70e77cbdd35d4782 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-kernel/linux/linux-yocto-3.14/tosa/0005-ARM-pxa-tosa-fix-several-build-failures.patch')
-rw-r--r--recipes-kernel/linux/linux-yocto-3.14/tosa/0005-ARM-pxa-tosa-fix-several-build-failures.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes-kernel/linux/linux-yocto-3.14/tosa/0005-ARM-pxa-tosa-fix-several-build-failures.patch b/recipes-kernel/linux/linux-yocto-3.14/tosa/0005-ARM-pxa-tosa-fix-several-build-failures.patch
deleted file mode 100644
index 1c35629..0000000
--- a/recipes-kernel/linux/linux-yocto-3.14/tosa/0005-ARM-pxa-tosa-fix-several-build-failures.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 225a4de0d9d1a2a4d55c476a46e85fffa8c3c5d8 Mon Sep 17 00:00:00 2001
-From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-Date: Mon, 27 Jan 2014 16:57:48 +0400
-Subject: [PATCH 5/7] ARM: pxa: tosa: fix several build failures
-
-After recent refactoring of <mach/gpio.h> several tosa drivers fail to
-build thanks to PXA_NR_BUILTIN_GPIO symbol being undefined. Include
-<mach/irqs.h> into <mach/tosa.h> to make that symbol available where
-required.
-
-Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
----
- arch/arm/mach-pxa/include/mach/tosa.h | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/arch/arm/mach-pxa/include/mach/tosa.h b/arch/arm/mach-pxa/include/mach/tosa.h
-index 2bb0e86..46e525bf 100644
---- a/arch/arm/mach-pxa/include/mach/tosa.h
-+++ b/arch/arm/mach-pxa/include/mach/tosa.h
-@@ -13,6 +13,9 @@
- #ifndef _ASM_ARCH_TOSA_H_
- #define _ASM_ARCH_TOSA_H_ 1
-
-+/* for PXA_NR_BUILTIN_GPIO */
-+#include <mach/irqs.h>
-+
- /* TOSA Chip selects */
- #define TOSA_LCDC_PHYS PXA_CS4_PHYS
- /* Internel Scoop */
---
-1.8.5.2
-