uio: uio_fsl_elbc_gpcm: 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 <luis@debethencourt.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7e532f7925
commit
0049ef9c8d
|
@ -470,6 +470,7 @@ static const struct of_device_id uio_fsl_elbc_gpcm_match[] = {
|
|||
{ .compatible = "fsl,elbc-gpcm-uio", },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, uio_fsl_elbc_gpcm_match);
|
||||
|
||||
static struct platform_driver uio_fsl_elbc_gpcm_driver = {
|
||||
.driver = {
|
||||
|
|
Loading…
Reference in New Issue