summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-3.0/pm-wip/voltdm/0021-omap2-fix-build-regression.patch
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-09-28 16:37:39 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-09-30 16:36:04 -0400
commitc168b9dca4ec2b10df5c67fc8d0db4b57eb822f7 (patch)
treec3f254bd317e699f56d8abda4e6bc852fc1fbb8a /recipes-kernel/linux/linux-3.0/pm-wip/voltdm/0021-omap2-fix-build-regression.patch
parent8c96f41ba6e3160d0826e112599285cf64541257 (diff)
downloadmeta-ti-c168b9dca4ec2b10df5c67fc8d0db4b57eb822f7.tar.gz
linux-3.0: remove old beagleboard-specific 3.0 and 3.1rc kernel recipes
Beagleboard is supported by newer 3.2 and 3.3.7 kernel recipes. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Diffstat (limited to 'recipes-kernel/linux/linux-3.0/pm-wip/voltdm/0021-omap2-fix-build-regression.patch')
-rw-r--r--recipes-kernel/linux/linux-3.0/pm-wip/voltdm/0021-omap2-fix-build-regression.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-kernel/linux/linux-3.0/pm-wip/voltdm/0021-omap2-fix-build-regression.patch b/recipes-kernel/linux/linux-3.0/pm-wip/voltdm/0021-omap2-fix-build-regression.patch
deleted file mode 100644
index 0b638673..00000000
--- a/recipes-kernel/linux/linux-3.0/pm-wip/voltdm/0021-omap2-fix-build-regression.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From 742b21718c968c17ac951b73b4ba79f4a489d35b Mon Sep 17 00:00:00 2001
2From: Arnd Bergmann <arnd@arndb.de>
3Date: Thu, 30 Jun 2011 12:58:01 +0000
4Subject: [PATCH 021/149] omap2+: fix build regression
5
6board-generic.c now contains a reference to omap3_timer, but depends
7only on ARCH_OMAP2, not on ARCH_OMAP3, which controls that symbol.
8omap2_timer seems to be more appropriate anyway, so use that instead.
9
10Signed-off-by: Arnd Bergmann <arnd@arndb.de>
11Acked-by: Tony Lindgren <tony@atomide.com>
12---
13 arch/arm/mach-omap2/board-generic.c | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c
17index c6ecf60..54db41a 100644
18--- a/arch/arm/mach-omap2/board-generic.c
19+++ b/arch/arm/mach-omap2/board-generic.c
20@@ -72,5 +72,5 @@ MACHINE_START(OMAP_GENERIC, "Generic OMAP24xx")
21 .init_early = omap_generic_init_early,
22 .init_irq = omap2_init_irq,
23 .init_machine = omap_generic_init,
24- .timer = &omap3_timer,
25+ .timer = &omap2_timer,
26 MACHINE_END
27--
281.7.2.5
29