From: Johan Hovold Date: Tue, 22 Oct 2013 16:36:57 +0000 (+0200) Subject: atmel_lcdfb: fix module autoload X-Git-Tag: v3.13-rc3~11^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5a0973f33b4e6a10227b3d285ff2b0777730d298;p=linux-2.6-block.git atmel_lcdfb: fix module autoload Add missing module device table which is needed for module autoloading. Signed-off-by: Johan Hovold Acked-by: Nicolas Ferre Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/atmel_lcdfb.c b/drivers/video/atmel_lcdfb.c index 8521051cf946..cd961622f9c1 100644 --- a/drivers/video/atmel_lcdfb.c +++ b/drivers/video/atmel_lcdfb.c @@ -131,6 +131,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)