From f0d45f697629dfe2866b562481c46fc5973eb6dc Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Mon, 27 Jun 2011 19:18:32 -0700 Subject: Revert "OMAP4: hwmod: make dss reset static" This reverts commit 981bf2017465ab1c464e11be73b4b9d6054f51fb. --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/arm') 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; } -- cgit v1.1