mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
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>
This commit is contained in:
parent
974dbcfcca
commit
5a0973f33b
@ -131,6 +131,7 @@ static const struct platform_device_id atmel_lcdfb_devtypes[] = {
|
|||||||
/* terminator */
|
/* terminator */
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(platform, atmel_lcdfb_devtypes);
|
||||||
|
|
||||||
static struct atmel_lcdfb_config *
|
static struct atmel_lcdfb_config *
|
||||||
atmel_lcdfb_get_config(struct platform_device *pdev)
|
atmel_lcdfb_get_config(struct platform_device *pdev)
|
||||||
|
Loading…
Reference in New Issue
Block a user