diff mbox

OMAPDSS: hdmi: Remove __exit qualifier from hdmi_uninit_output()

Message ID 1417536771-12907-1-git-send-email-jsarha@ti.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Jyri Sarha Dec. 2, 2014, 4:12 p.m. UTC
Remove __exit qualifier from hdmi_uninit_output() because it is used
also in omapdss_hdmihw_probe().

Signed-off-by: Jyri Sarha <jsarha@ti.com>
---
 drivers/video/fbdev/omap2/dss/hdmi4.c |    2 +-
 drivers/video/fbdev/omap2/dss/hdmi5.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jyri Sarha Dec. 2, 2014, 8:18 p.m. UTC | #1
Please ignore this patch. It has no relevance to linux-pm and escaped by 
accident.

Sorry,
Jyri

On 12/02/2014 06:12 PM, Jyri Sarha wrote:
> Remove __exit qualifier from hdmi_uninit_output() because it is used
> also in omapdss_hdmihw_probe().
>
> Signed-off-by: Jyri Sarha <jsarha@ti.com>
> ---
>   drivers/video/fbdev/omap2/dss/hdmi4.c |    2 +-
>   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 e76cc5f..f1a02bf 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)
>   	omapdss_register_output(out);
>   }
>
> -static void __exit hdmi_uninit_output(struct platform_device *pdev)
> +static void hdmi_uninit_output(struct platform_device *pdev)
>   {
>   	struct omap_dss_device *out = &hdmi.output;
>
> diff --git a/drivers/video/fbdev/omap2/dss/hdmi5.c b/drivers/video/fbdev/omap2/dss/hdmi5.c
> index cbfb282..d9d0d78 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)
>   	omapdss_register_output(out);
>   }
>
> -static void __exit hdmi_uninit_output(struct platform_device *pdev)
> +static void hdmi_uninit_output(struct platform_device *pdev)
>   {
>   	struct omap_dss_device *out = &hdmi.output;
>
>

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

Patch

diff --git a/drivers/video/fbdev/omap2/dss/hdmi4.c b/drivers/video/fbdev/omap2/dss/hdmi4.c
index e76cc5f..f1a02bf 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)
 	omapdss_register_output(out);
 }
 
-static void __exit hdmi_uninit_output(struct platform_device *pdev)
+static void hdmi_uninit_output(struct platform_device *pdev)
 {
 	struct omap_dss_device *out = &hdmi.output;
 
diff --git a/drivers/video/fbdev/omap2/dss/hdmi5.c b/drivers/video/fbdev/omap2/dss/hdmi5.c
index cbfb282..d9d0d78 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)
 	omapdss_register_output(out);
 }
 
-static void __exit hdmi_uninit_output(struct platform_device *pdev)
+static void hdmi_uninit_output(struct platform_device *pdev)
 {
 	struct omap_dss_device *out = &hdmi.output;