mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
18ff66cb77
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
32 lines
1000 B
Diff
32 lines
1000 B
Diff
From 4e6a7403182e1e30f8b403e7931ce7c832cb5db3 Mon Sep 17 00:00:00 2001
|
|
From: Paul Walmsley <paul@pwsan.com>
|
|
Date: Sat, 9 Jul 2011 18:00:25 -0600
|
|
Subject: [PATCH 028/149] OMAP: dmtimer: add missing include
|
|
|
|
After commit caf64f2fdc48472995d40656eb1a75524c464447 ("omap: Make a subset
|
|
of dmtimer functions into inline functions"),
|
|
arch/arm/plat-omap/include/plat/dmtimer.h is missing an include of linux/io.h
|
|
- add it.
|
|
|
|
Signed-off-by: Paul Walmsley <paul@pwsan.com>
|
|
Cc: Tony Lindgren <tony@atomide.com>
|
|
---
|
|
arch/arm/plat-omap/include/plat/dmtimer.h | 1 +
|
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/arch/arm/plat-omap/include/plat/dmtimer.h b/arch/arm/plat-omap/include/plat/dmtimer.h
|
|
index d0f3a2d..eb5d16c 100644
|
|
--- a/arch/arm/plat-omap/include/plat/dmtimer.h
|
|
+++ b/arch/arm/plat-omap/include/plat/dmtimer.h
|
|
@@ -34,6 +34,7 @@
|
|
|
|
#include <linux/clk.h>
|
|
#include <linux/delay.h>
|
|
+#include <linux/io.h>
|
|
|
|
#ifndef __ASM_ARCH_DMTIMER_H
|
|
#define __ASM_ARCH_DMTIMER_H
|
|
--
|
|
1.7.2.5
|
|
|