[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <529EEC9E.8020302@ti.com>
Date: Wed, 4 Dec 2013 10:49:34 +0200
From: Tomi Valkeinen <tomi.valkeinen@...com>
To: Nicolas Ferre <nicolas.ferre@...el.com>,
Johan Hovold <jhovold@...il.com>,
<linux-fbdev@...r.kernel.org>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
CC: <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] atmel_lcdfb: fix module autoload
On 2013-12-02 20:25, Nicolas Ferre wrote:
> 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@...il.com>
>
> Acked-by: Nicolas Ferre <nicolas.ferre@...el.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)
>>
Thanks, queued for 3.13 fbdev fixes.
Tomi
Download attachment "signature.asc" of type "application/pgp-signature" (902 bytes)
Powered by blists - more mailing lists