Re: [PATCH 1/1] drivers/video/fbdev/omap2/dss/dss.c: add __exit to dss_uninit_ports

2014-05-09 Thread Tomi Valkeinen
On 23/04/14 19:09, Fabian Frederick wrote:
> dss_uninit_ports is only called by __exit omap_dsshw_remove
> 
> Cc: Tomi Valkeinen 
> Cc: linux-omap@vger.kernel.org
> Cc: Andrew Morton 
> Signed-off-by: Fabian Frederick 
> ---
>  drivers/video/fbdev/omap2/dss/dss.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/video/fbdev/omap2/dss/dss.c 
> b/drivers/video/fbdev/omap2/dss/dss.c
> index d55266c..a1c1cc2 100644
> --- a/drivers/video/fbdev/omap2/dss/dss.c
> +++ b/drivers/video/fbdev/omap2/dss/dss.c
> @@ -813,7 +813,7 @@ static int __init dss_init_ports(struct platform_device 
> *pdev)
>   return 0;
>  }
>  
> -static void dss_uninit_ports(void)
> +static void __exit dss_uninit_ports(void)
>  {
>  #ifdef CONFIG_OMAP2_DSS_DPI
>   dpi_uninit_port();
> 

Thanks, queued for 3.16.

 Tomi




signature.asc
Description: OpenPGP digital signature


[PATCH 1/1] drivers/video/fbdev/omap2/dss/dss.c: add __exit to dss_uninit_ports

2014-04-23 Thread Fabian Frederick
dss_uninit_ports is only called by __exit omap_dsshw_remove

Cc: Tomi Valkeinen 
Cc: linux-omap@vger.kernel.org
Cc: Andrew Morton 
Signed-off-by: Fabian Frederick 
---
 drivers/video/fbdev/omap2/dss/dss.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/fbdev/omap2/dss/dss.c 
b/drivers/video/fbdev/omap2/dss/dss.c
index d55266c..a1c1cc2 100644
--- a/drivers/video/fbdev/omap2/dss/dss.c
+++ b/drivers/video/fbdev/omap2/dss/dss.c
@@ -813,7 +813,7 @@ static int __init dss_init_ports(struct platform_device 
*pdev)
return 0;
 }
 
-static void dss_uninit_ports(void)
+static void __exit dss_uninit_ports(void)
 {
 #ifdef CONFIG_OMAP2_DSS_DPI
dpi_uninit_port();
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html