Re: [PATCH] atmel_lcdfb: fix module autoload

2013-12-04 Thread Tomi Valkeinen
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 
> 
> Acked-by: Nicolas Ferre 
> 
> 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




signature.asc
Description: OpenPGP digital signature


Re: [PATCH] atmel_lcdfb: fix module autoload

2013-12-04 Thread Tomi Valkeinen
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 jhov...@gmail.com
 
 Acked-by: Nicolas Ferre nicolas.fe...@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)



Thanks, queued for 3.13 fbdev fixes.

 Tomi




signature.asc
Description: OpenPGP digital signature


Re: [PATCH] atmel_lcdfb: fix module autoload

2013-12-02 Thread Nicolas Ferre

On 22/10/2013 18:36, Johan Hovold :

Add missing module device table which is needed for module autoloading.

Signed-off-by: Johan Hovold 


Acked-by: Nicolas Ferre 

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] atmel_lcdfb: fix module autoload

2013-12-02 Thread Nicolas Ferre

On 22/10/2013 18:36, Johan Hovold :

Add missing module device table which is needed for module autoloading.

Signed-off-by: Johan Hovold jhov...@gmail.com


Acked-by: Nicolas Ferre nicolas.fe...@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
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] atmel_lcdfb: fix module autoload

2013-10-22 Thread Johan Hovold
Add missing module device table which is needed for module autoloading.

Signed-off-by: Johan Hovold 
---
 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)
-- 
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] atmel_lcdfb: fix module autoload

2013-10-22 Thread Johan Hovold
Add missing module device table which is needed for module autoloading.

Signed-off-by: Johan Hovold jhov...@gmail.com
---
 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)
-- 
1.8.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/