From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Johan Hovold <jhovold@gmail.com>,
linux-fbdev@vger.kernel.org,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] atmel_lcdfb: fix module autoload
Date: Mon, 02 Dec 2013 18:25:57 +0000 [thread overview]
Message-ID: <529CD0B5.600@atmel.com> (raw)
In-Reply-To: <1382459817-26990-1-git-send-email-jhovold@gmail.com>
On 22/10/2013 18:36, Johan Hovold :
> Add missing module device table which is needed for module autoloading.
>
> Signed-off-by: Johan Hovold <jhovold@gmail.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Jean-Christophe, Tomi,
Can you please take this patch?
Best regards,
> ---
> drivers/video/atmel_lcdfb.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c
> index 088511a..67b339c 100644
> --- a/drivers/video/atmel_lcdfb.c
> +++ b/drivers/video/atmel_lcdfb.c
> @@ -94,6 +94,7 @@ static const struct platform_device_id atmel_lcdfb_devtypes[] = {
> /* terminator */
> }
> };
> +MODULE_DEVICE_TABLE(platform, atmel_lcdfb_devtypes);
>
> static struct atmel_lcdfb_config *
> atmel_lcdfb_get_config(struct platform_device *pdev)
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Johan Hovold <jhovold@gmail.com>, <linux-fbdev@vger.kernel.org>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] atmel_lcdfb: fix module autoload
Date: Mon, 2 Dec 2013 19:25:57 +0100 [thread overview]
Message-ID: <529CD0B5.600@atmel.com> (raw)
In-Reply-To: <1382459817-26990-1-git-send-email-jhovold@gmail.com>
On 22/10/2013 18:36, Johan Hovold :
> Add missing module device table which is needed for module autoloading.
>
> Signed-off-by: Johan Hovold <jhovold@gmail.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Jean-Christophe, Tomi,
Can you please take this patch?
Best regards,
> ---
> drivers/video/atmel_lcdfb.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c
> index 088511a..67b339c 100644
> --- a/drivers/video/atmel_lcdfb.c
> +++ b/drivers/video/atmel_lcdfb.c
> @@ -94,6 +94,7 @@ static const struct platform_device_id atmel_lcdfb_devtypes[] = {
> /* terminator */
> }
> };
> +MODULE_DEVICE_TABLE(platform, atmel_lcdfb_devtypes);
>
> static struct atmel_lcdfb_config *
> atmel_lcdfb_get_config(struct platform_device *pdev)
>
--
Nicolas Ferre
next prev parent reply other threads:[~2013-12-02 18:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-22 16:36 [PATCH] atmel_lcdfb: fix module autoload Johan Hovold
2013-10-22 16:36 ` Johan Hovold
2013-12-02 18:25 ` Nicolas Ferre [this message]
2013-12-02 18:25 ` Nicolas Ferre
2013-12-04 8:49 ` Tomi Valkeinen
2013-12-04 8:49 ` Tomi Valkeinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=529CD0B5.600@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=jhovold@gmail.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=plagnioj@jcrosoft.com \
--cc=tomi.valkeinen@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.