Browse Source

OMAPDSS: add __exit to dss_uninit_ports

dss_uninit_ports is only called by __exit omap_dsshw_remove

Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-omap@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Fabian Frederick 11 years ago
parent
commit
a41ca72e57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/video/fbdev/omap2/dss/dss.c

+ 1 - 1
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();