The bh1780gli driver does not create an i2c module alias for the device it supports, preventing the driver from being loaded automatically when needed on non-OF/DT systems. Add it.
Signed-off-by: Jean Delvare <jdelv...@suse.de> Cc: Arnd Bergmann <a...@arndb.de> Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/misc/bh1780gli.c | 2 ++ 1 file changed, 2 insertions(+) --- linux-4.0-rc2.orig/drivers/misc/bh1780gli.c 2015-02-23 03:21:14.000000000 +0100 +++ linux-4.0-rc2/drivers/misc/bh1780gli.c 2015-03-08 09:38:28.742091860 +0100 @@ -230,6 +230,8 @@ static const struct i2c_device_id bh1780 { }, }; +MODULE_DEVICE_TABLE(i2c, bh1780_id); + #ifdef CONFIG_OF static const struct of_device_id of_bh1780_match[] = { { .compatible = "rohm,bh1780gli", }, -- Jean Delvare SUSE L3 Support -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/