* [PATCH] OMAPDSS: hdmi: Remove __exit qualifier from hdmi_uninit_output()
@ 2014-12-02 16:12 Jyri Sarha
2014-12-02 20:18 ` Jyri Sarha
0 siblings, 1 reply; 2+ messages in thread
From: Jyri Sarha @ 2014-12-02 16:12 UTC (permalink / raw)
To: linux-pm; +Cc: rjw, pavel, t-kristo, tomi.valkeinen, Jyri Sarha
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;
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] OMAPDSS: hdmi: Remove __exit qualifier from hdmi_uninit_output()
2014-12-02 16:12 [PATCH] OMAPDSS: hdmi: Remove __exit qualifier from hdmi_uninit_output() Jyri Sarha
@ 2014-12-02 20:18 ` Jyri Sarha
0 siblings, 0 replies; 2+ messages in thread
From: Jyri Sarha @ 2014-12-02 20:18 UTC (permalink / raw)
To: linux-pm; +Cc: rjw, pavel, t-kristo, tomi.valkeinen
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;
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-02 20:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02 16:12 [PATCH] OMAPDSS: hdmi: Remove __exit qualifier from hdmi_uninit_output() Jyri Sarha
2014-12-02 20:18 ` Jyri Sarha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).