diff options
author | Luis de Bethencourt <luis@debethencourt.com> | 2015-10-20 11:04:12 -0400 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2015-10-22 08:36:53 -0400 |
commit | 7e610890b554951dc9afa20d22573761ca2915d6 (patch) | |
tree | 4b7d8020988087b25604c1d0ba67c6d53d5c5f1a /arch | |
parent | 353169acf1858bb2dc3f91475dafabce547de14c (diff) |
powerpc: platforms: mpc52xx_lpbfifo: 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: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c b/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c index 251dcb90ef34..7bb42a0100de 100644 --- a/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c +++ b/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c | |||
@@ -568,6 +568,7 @@ static const struct of_device_id mpc52xx_lpbfifo_match[] = { | |||
568 | { .compatible = "fsl,mpc5200-lpbfifo", }, | 568 | { .compatible = "fsl,mpc5200-lpbfifo", }, |
569 | {}, | 569 | {}, |
570 | }; | 570 | }; |
571 | MODULE_DEVICE_TABLE(of, mpc52xx_lpbfifo_match); | ||
571 | 572 | ||
572 | static struct platform_driver mpc52xx_lpbfifo_driver = { | 573 | static struct platform_driver mpc52xx_lpbfifo_driver = { |
573 | .driver = { | 574 | .driver = { |