From: Javier Martinez Canillas Date: Thu, 20 Aug 2015 07:07:15 +0000 (+0200) Subject: staging: iio: hmc5843: Export missing SPI module alias information X-Git-Tag: KARO-TX6UL-2015-11-03~34^2~1379^2~47 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=45ef12b6ad6ade7bb8c89db3d3101e99d9552f3a;p=karo-tx-linux.git staging: iio: hmc5843: Export missing SPI module alias information The SPI core always reports the MODALIAS uevent as "spi:" regardless of the mechanism that was used to register the device (i.e: OF or board code) and the table that is used later to match the driver with the device (i.e: SPI id table or OF match table). So drivers needs to export the SPI id table and this be built into the module or udev won't have the necessary information to autoload the needed driver module when the device is added. Signed-off-by: Javier Martinez Canillas Signed-off-by: Jonathan Cameron --- diff --git a/drivers/staging/iio/magnetometer/hmc5843_spi.c b/drivers/staging/iio/magnetometer/hmc5843_spi.c index 8a80d0187ca6..1549192c0dec 100644 --- a/drivers/staging/iio/magnetometer/hmc5843_spi.c +++ b/drivers/staging/iio/magnetometer/hmc5843_spi.c @@ -82,6 +82,7 @@ static const struct spi_device_id hmc5843_id[] = { { "hmc5983", HMC5983_ID }, { } }; +MODULE_DEVICE_TABLE(spi, hmc5843_id); static struct spi_driver hmc5843_driver = { .driver = {