diff options
author | Jyri Sarha <jsarha@ti.com> | 2014-12-02 07:12:56 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-12-02 07:16:05 -0500 |
commit | 39c1b7bf7222a036d1eefbe76d416100904a85b0 (patch) | |
tree | ee578f3b4f083f73a9c57b4af3a9f421936f8bf8 | |
parent | 2d7639bc02457da149837962656c2bd2b94c5873 (diff) |
OMAPDSS: hdmi: Remove __exit qualifier from hdmi_uninit_output()
Remove __exit qualifier from hdmi_uninit_output() because it is used
also in omapdss_hdmihw_probe().
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi4.c | 2 | ||||
-rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi5.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/fbdev/omap2/dss/hdmi4.c b/drivers/video/fbdev/omap2/dss/hdmi4.c index e76cc5fb8430..f1a02bf938ee 100644 --- a/drivers/video/fbdev/omap2/dss/hdmi4.c +++ b/drivers/video/fbdev/omap2/dss/hdmi4.c | |||
@@ -510,7 +510,7 @@ static void hdmi_init_output(struct platform_device *pdev) | |||
510 | omapdss_register_output(out); | 510 | omapdss_register_output(out); |
511 | } | 511 | } |
512 | 512 | ||
513 | static void __exit hdmi_uninit_output(struct platform_device *pdev) | 513 | static void hdmi_uninit_output(struct platform_device *pdev) |
514 | { | 514 | { |
515 | struct omap_dss_device *out = &hdmi.output; | 515 | struct omap_dss_device *out = &hdmi.output; |
516 | 516 | ||
diff --git a/drivers/video/fbdev/omap2/dss/hdmi5.c b/drivers/video/fbdev/omap2/dss/hdmi5.c index cbfb282f35cf..d9d0d781625a 100644 --- a/drivers/video/fbdev/omap2/dss/hdmi5.c +++ b/drivers/video/fbdev/omap2/dss/hdmi5.c | |||
@@ -538,7 +538,7 @@ static void hdmi_init_output(struct platform_device *pdev) | |||
538 | omapdss_register_output(out); | 538 | omapdss_register_output(out); |
539 | } | 539 | } |
540 | 540 | ||
541 | static void __exit hdmi_uninit_output(struct platform_device *pdev) | 541 | static void hdmi_uninit_output(struct platform_device *pdev) |
542 | { | 542 | { |
543 | struct omap_dss_device *out = &hdmi.output; | 543 | struct omap_dss_device *out = &hdmi.output; |
544 | 544 | ||