diff mbox

mtd/fsmc.h: including linux/io.h for definition of readl

Message ID ae7281ab5364fe0c2b1a7375d5d53ddfc12172d6.1289194908.git.viresh.kumar@st.com
State Accepted
Commit 65ab220c30bc2120eaa39753cadec68616e3f906
Headers show

Commit Message

Viresh KUMAR Nov. 8, 2010, 5:47 a.m. UTC
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
---
 include/linux/mtd/fsmc.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Artem Bityutskiy Nov. 26, 2010, 3:37 p.m. UTC | #1
On Mon, 2010-11-08 at 11:17 +0530, Viresh Kumar wrote:
> Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
> ---
>  include/linux/mtd/fsmc.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Pushed to l2-mtd-2.6.git, thanks.
diff mbox

Patch

diff --git a/include/linux/mtd/fsmc.h b/include/linux/mtd/fsmc.h
index 2ac94d3..fce5cf0 100644
--- a/include/linux/mtd/fsmc.h
+++ b/include/linux/mtd/fsmc.h
@@ -16,6 +16,7 @@ 
 #ifndef __MTD_FSMC_H
 #define __MTD_FSMC_H
 
+#include <linux/io.h>
 #include <linux/platform_device.h>
 #include <linux/mtd/physmap.h>
 #include <linux/types.h>