aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorJohan Hovold <jhovold@gmail.com>2013-10-22 18:36:57 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-12-04 10:48:12 +0200
commit5a0973f33b4e6a10227b3d285ff2b0777730d298 (patch)
tree5136709eb5386aea5dbf35be999d39ae3dd51bb9 /drivers/video
parentfbdev: sh_mobile_meram: Fix defined but not used compiler warnings (diff)
downloadlinux-dev-5a0973f33b4e6a10227b3d285ff2b0777730d298.tar.xz
linux-dev-5a0973f33b4e6a10227b3d285ff2b0777730d298.zip
atmel_lcdfb: fix module autoload
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> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/atmel_lcdfb.c1
1 files changed, 1 insertions, 0 deletions
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)