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

memory: fsl-corenet: 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>
Acked-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

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

+1
+1
drivers/memory/fsl-corenet-cf.c
··· 61 61 }, 62 62 {} 63 63 }; 64 + MODULE_DEVICE_TABLE(of, ccf_matches); 64 65 65 66 struct ccf_err_regs { 66 67 u32 errdet; /* 0x00 Error Detect Register */