diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-04-23 12:09:58 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-09 05:56:32 -0400 |
commit | a41ca72e5733097c8e54784d42b3d340d5b504ad (patch) | |
tree | 5c20d465bca5ddef91c7a15d18fb6a6254b2f2d8 /drivers/video/fbdev/omap2/dss/dss.c | |
parent | 24f13a6679c9b75687f3ae48994e42071d4e9fce (diff) |
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>
Diffstat (limited to 'drivers/video/fbdev/omap2/dss/dss.c')
-rw-r--r-- | drivers/video/fbdev/omap2/dss/dss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/omap2/dss/dss.c b/drivers/video/fbdev/omap2/dss/dss.c index d55266c0e029..a1c1cc217332 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) | |||
813 | return 0; | 813 | return 0; |
814 | } | 814 | } |
815 | 815 | ||
816 | static void dss_uninit_ports(void) | 816 | static void __exit dss_uninit_ports(void) |
817 | { | 817 | { |
818 | #ifdef CONFIG_OMAP2_DSS_DPI | 818 | #ifdef CONFIG_OMAP2_DSS_DPI |
819 | dpi_uninit_port(); | 819 | dpi_uninit_port(); |