From fb646cdbcadd804488c8b057df1c739af4c35832 Mon Sep 17 00:00:00 2001
From: "Hebbar, Gururaja" <gururaja.hebbar@ti.com>
Date: Tue, 13 Dec 2011 11:34:24 +0530
Subject: [PATCH] arm:omap:omap: export omap_ctrl_writel()

export omap_ctrl_writel() so that it can be used by others which are
built as module.

Signed-off-by: Hebbar, Gururaja <gururaja.hebbar@ti.com>
---
 arch/arm/mach-omap2/control.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c
index e34d27f..d870a68 100644
--- a/arch/arm/mach-omap2/control.c
+++ b/arch/arm/mach-omap2/control.c
@@ -190,6 +190,7 @@ void omap_ctrl_writel(u32 val, u16 offset)
 {
 	__raw_writel(val, OMAP_CTRL_REGADDR(offset));
 }
+EXPORT_SYMBOL_GPL(omap_ctrl_writel);
 
 /*
  * On OMAP4 control pad are not addressable from control
-- 
1.9.1