projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
974dbcf
)
atmel_lcdfb: fix module autoload
author
Johan Hovold
<jhovold@gmail.com>
Tue, 22 Oct 2013 16:36:57 +0000
(18:36 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 4 Dec 2013 08:48:12 +0000
(10:48 +0200)
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>
drivers/video/atmel_lcdfb.c
patch
|
blob
|
history
diff --git
a/drivers/video/atmel_lcdfb.c
b/drivers/video/atmel_lcdfb.c
index 8521051cf946f0025a9cab15e4f8f880ac841016..cd961622f9c1aac941f33fb0053f192010cd6c09 100644
(file)
--- 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)