aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-06-27 19:18:32 -0700
committerDima Zavin <dima@android.com>2011-06-27 19:18:32 -0700
commitf0d45f697629dfe2866b562481c46fc5973eb6dc (patch)
treec1753e04d35ab53af42f9c38b8a056bdd883cae3 /arch/arm
parent059da53243176a255574e347fd71f9bc1b39140d (diff)
downloadkernel_samsung_tuna-f0d45f697629dfe2866b562481c46fc5973eb6dc.zip
kernel_samsung_tuna-f0d45f697629dfe2866b562481c46fc5973eb6dc.tar.gz
kernel_samsung_tuna-f0d45f697629dfe2866b562481c46fc5973eb6dc.tar.bz2
Revert "OMAP4: hwmod: make dss reset static"
This reverts commit 981bf2017465ab1c464e11be73b4b9d6054f51fb.
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index dfdcc4c..c2b3c7f 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -1424,8 +1424,7 @@ static struct omap_hwmod_class_sysconfig omap44xx_dss_sysc = {
.sysc_flags = SYSS_HAS_RESET_STATUS,
};
-static int omap44xx_dss_reset(struct omap_hwmod *oh)
-{
+int omap44xx_dss_reset(struct omap_hwmod *oh) {
omap_hwmod_write(0x0, oh, 0x40);
return 0;
}