summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-3.0/pm-wip/voltdm/0028-OMAP-dmtimer-add-missing-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-3.0/pm-wip/voltdm/0028-OMAP-dmtimer-add-missing-include.patch')
-rw-r--r--recipes-kernel/linux/linux-3.0/pm-wip/voltdm/0028-OMAP-dmtimer-add-missing-include.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-kernel/linux/linux-3.0/pm-wip/voltdm/0028-OMAP-dmtimer-add-missing-include.patch b/recipes-kernel/linux/linux-3.0/pm-wip/voltdm/0028-OMAP-dmtimer-add-missing-include.patch
deleted file mode 100644
index 04a711e3..00000000
--- a/recipes-kernel/linux/linux-3.0/pm-wip/voltdm/0028-OMAP-dmtimer-add-missing-include.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1From 4e6a7403182e1e30f8b403e7931ce7c832cb5db3 Mon Sep 17 00:00:00 2001
2From: Paul Walmsley <paul@pwsan.com>
3Date: Sat, 9 Jul 2011 18:00:25 -0600
4Subject: [PATCH 028/149] OMAP: dmtimer: add missing include
5
6After commit caf64f2fdc48472995d40656eb1a75524c464447 ("omap: Make a subset
7of dmtimer functions into inline functions"),
8arch/arm/plat-omap/include/plat/dmtimer.h is missing an include of linux/io.h
9- add it.
10
11Signed-off-by: Paul Walmsley <paul@pwsan.com>
12Cc: Tony Lindgren <tony@atomide.com>
13---
14 arch/arm/plat-omap/include/plat/dmtimer.h | 1 +
15 1 files changed, 1 insertions(+), 0 deletions(-)
16
17diff --git a/arch/arm/plat-omap/include/plat/dmtimer.h b/arch/arm/plat-omap/include/plat/dmtimer.h
18index d0f3a2d..eb5d16c 100644
19--- a/arch/arm/plat-omap/include/plat/dmtimer.h
20+++ b/arch/arm/plat-omap/include/plat/dmtimer.h
21@@ -34,6 +34,7 @@
22
23 #include <linux/clk.h>
24 #include <linux/delay.h>
25+#include <linux/io.h>
26
27 #ifndef __ASM_ARCH_DMTIMER_H
28 #define __ASM_ARCH_DMTIMER_H
29--
301.7.2.5
31