diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2015-09-16 11:12:07 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-10-26 15:59:56 +0100 |
commit | bf7241d02eb4704beeaa055cb027ba7b28344a0e (patch) | |
tree | ffa50610a9f5e16f24b7478ebae40b462b56e3ab /drivers/mmc/host/mmc_spi.c | |
parent | 930d50f7fd49fe485d9126ffd26dcc0428d7920a (diff) | |
download | linux-bf7241d02eb4704beeaa055cb027ba7b28344a0e.tar.gz linux-bf7241d02eb4704beeaa055cb027ba7b28344a0e.tar.bz2 linux-bf7241d02eb4704beeaa055cb027ba7b28344a0e.zip |
mmc: mmc_spi: Export OF module alias information
Drivers needs to export the OF id table and this be built into
the module or udev won't have the necessary information to autoload
the driver module when the device is registered via OF.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/mmc_spi.c')
-rw-r--r-- | drivers/mmc/host/mmc_spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/mmc_spi.c b/drivers/mmc/host/mmc_spi.c index ae19d83bb9de..8ee11f4120fc 100644 --- a/drivers/mmc/host/mmc_spi.c +++ b/drivers/mmc/host/mmc_spi.c @@ -1511,6 +1511,7 @@ static const struct of_device_id mmc_spi_of_match_table[] = { { .compatible = "mmc-spi-slot", }, {}, }; +MODULE_DEVICE_TABLE(of, mmc_spi_of_match_table); static struct spi_driver mmc_spi_driver = { .driver = { |