Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

video: fbdev: mb862xx: Fix module autoload for OF platform driver

This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

authored by

Luis de Bethencourt and committed by
Tomi Valkeinen
8e9191ac e03dc19b

+1
+1
drivers/video/fbdev/mb862xx/mb862xxfbdrv.c
··· 831 831 { .compatible = "fujitsu,coral", }, 832 832 { /* end */ } 833 833 }; 834 + MODULE_DEVICE_TABLE(of, of_platform_mb862xx_tbl); 834 835 835 836 static struct platform_driver of_platform_mb862xxfb_driver = { 836 837 .driver = {