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

memory: ti-aemif: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Luis de Bethencourt and committed by
Greg Kroah-Hartman
df6be790 613a91e2

+1
+1
drivers/memory/ti-aemif.c
··· 324 324 { .compatible = "ti,da850-aemif", }, 325 325 {}, 326 326 }; 327 + MODULE_DEVICE_TABLE(of, aemif_of_match); 327 328 328 329 static int aemif_probe(struct platform_device *pdev) 329 330 {